abr: upgrade to 17
replace sanitycheck with validate
This commit is contained in:
parent
894eb63aba
commit
2f185c21d5
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
2
abr/abr
2
abr/abr
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue