abr: upgrade to 17

replace sanitycheck with validate
This commit is contained in:
ptrcnull 2024-11-21 20:04:16 +01:00
parent 894eb63aba
commit 2f185c21d5
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Maintainer: psykose <alice@ayaya.dev> # Maintainer: psykose <alice@ayaya.dev>
pkgname=abr pkgname=abr
pkgver=16 pkgver=17
pkgrel=0 pkgrel=0
pkgdesc="abr~!" pkgdesc="abr~!"
url="https://git.ddd.rip/ptrcnull/aports" url="https://git.ddd.rip/ptrcnull/aports"

View file

@ -140,7 +140,7 @@ $nicewrap abuild -fr "$@"
if [ -n "$full" ]; then if [ -n "$full" ]; then
checkapk checkapk
abuild sanitycheck abuild validate
apkbuild-shellcheck || true apkbuild-shellcheck || true
apkbuild-anitya || true apkbuild-anitya || true
fi fi