Compare commits

..

4 Commits

5 changed files with 8 additions and 8 deletions

View File

@ -23,7 +23,7 @@ pipeline:
- su builder - su builder
# Due to a bug with the V compiler, we can't just use the PKGBUILD from # Due to a bug with the V compiler, we can't just use the PKGBUILD from
# inside the repo # inside the repo
- curl -OL https://git.rustybever.be/Chewing_Bever/vieter/raw/branch/dev/PKGBUILD - curl -OL https://git.rustybever.be/vieter/vieter/raw/branch/dev/PKGBUILD
- makepkg -s --noconfirm --needed - makepkg -s --noconfirm --needed
when: when:
event: push event: push

View File

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

View File

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

View File

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

View File

@ -4,12 +4,12 @@ pkgbase='vieter'
pkgname='vieter' pkgname='vieter'
pkgver=0.2.0.r25.g20112b8 pkgver=0.2.0.r25.g20112b8
pkgrel=1 pkgrel=1
depends=('glibc' 'openssl' 'libarchive' 'gc') depends=('glibc' 'openssl' 'libarchive' 'gc' 'sqlite')
makedepends=('git' 'gcc' 'vieter-v') makedepends=('git' 'gcc' 'vieter-v')
arch=('x86_64' 'aarch64' 'armv7') arch=('x86_64' 'aarch64')
url='https://git.rustybever.be/Chewing_Bever/vieter' url='https://git.rustybever.be/vieter/vieter'
license=('AGPL3') 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') md5sums=('SKIP')
pkgver() { pkgver() {