Merge pull request 'Fix PKGBUILD' (#161) from Chewing_Bever/vieter:pkgbuild-fixes into dev
ci/woodpecker/push/docs Pipeline is pending Details
ci/woodpecker/push/lint Pipeline is pending Details
ci/woodpecker/push/test Pipeline is pending Details
ci/woodpecker/push/build Pipeline failed Details
ci/woodpecker/push/docker unknown status Details
ci/woodpecker/push/deploy unknown status Details
ci/woodpecker/push/arch Pipeline failed Details

Reviewed-on: vieter/vieter#161
pull/163/head
Jef Roosens 2022-05-05 23:36:42 +02:00
commit d4306133e0
4 changed files with 7 additions and 7 deletions

View File

@ -12,7 +12,7 @@ pipeline:
commands:
- make
when:
event: [push, pull_request]
event: [pull_request]
branch:
exclude: [main]

View File

@ -10,4 +10,4 @@ pipeline:
commands:
- make lint
when:
event: [ push, pull_request ]
event: [ pull_request ]

View File

@ -14,4 +14,4 @@ pipeline:
commands:
- make test
when:
event: [push, pull_request]
event: [pull_request]

View File

@ -4,12 +4,12 @@ pkgbase='vieter'
pkgname='vieter'
pkgver=0.2.0.r25.g20112b8
pkgrel=1
depends=('glibc' 'openssl' 'libarchive' 'gc')
depends=('glibc' 'openssl' 'libarchive' 'gc' 'sqlite')
makedepends=('git' 'gcc' 'vieter-v')
arch=('x86_64' 'aarch64' 'armv7')
url='https://git.rustybever.be/Chewing_Bever/vieter'
arch=('x86_64' 'aarch64')
url='https://git.rustybever.be/vieter/vieter'
license=('AGPL3')
source=($pkgname::git+https://git.rustybever.be/Chewing_Bever/vieter#branch=dev)
source=($pkgname::git+https://git.rustybever.be/vieter/vieter#branch=dev)
md5sums=('SKIP')
pkgver() {