qsign: upgrade to 2
more features less bugs
This commit is contained in:
parent
e4765ea432
commit
573b14a691
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Contributor: psykose <alice@ayaya.dev>
|
# Contributor: psykose <alice@ayaya.dev>
|
||||||
# Maintainer: psykose <alice@ayaya.dev>
|
# Maintainer: psykose <alice@ayaya.dev>
|
||||||
pkgname=qsign
|
pkgname=qsign
|
||||||
pkgver=1
|
pkgver=2
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="quicksign local apk repos"
|
pkgdesc="quicksign local apk repos"
|
||||||
url="https://git.ddd.rip/ptrcnull/ptrcports"
|
url="https://git.ddd.rip/ptrcnull/ptrcports"
|
||||||
|
@ -15,5 +15,5 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
ad73e39cdaef9a9dced9719c85fa1d36b4354b1c1352b5e8305b7a0edac189fbba067ca3d659ccd740f35c01c9f7618e2edcca6eb600be0c7dbd41b157b66bee qsign
|
9a8f7142028bce4d9a270fb4389f35c0236896ebb900e96da3510e9e6f8e79f1828c684730556857bcc35e39816b9a4c873f6aab0ee8cc91dbffce5f6980abf2 qsign
|
||||||
"
|
"
|
||||||
|
|
|
@ -4,8 +4,8 @@ arch="$(cat /etc/apk/arch)"
|
||||||
|
|
||||||
. /etc/abuild.conf
|
. /etc/abuild.conf
|
||||||
|
|
||||||
for repo in main community testing personalrepo ptrcports; do
|
for repo in main community testing; do
|
||||||
cd "$REPODEST/$repo/$arch"
|
cd "$REPODEST/$repo/$arch"
|
||||||
apk index --no-warnings ./*.apk -o APKINDEX.tar.gz
|
apk index --no-warnings --rewrite-arch=$arch ./*.apk -o APKINDEX.tar.gz -x APKINDEX.tar.gz
|
||||||
abuild-sign APKINDEX.tar.gz
|
abuild-sign APKINDEX.tar.gz
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue