summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a745db173270..9e42db898a1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=apk-tools-static-bin
pkgver=2.12.5
-pkgrel=0
+pkgrel=1
pkgdesc="Alpine Package Keeper - package manager for alpine"
license=('Apache')
url="https://pkgs.alpinelinux.org/package/edge/main/x86/apk-tools-static"
arch=('any')
source=("apk-tools-static.tgz::http://dl-cdn.alpinelinux.org/alpine/edge/main/$(uname -m)/apk-tools-static-${pkgver}-r${pkgrel}.apk"
)
-sha512sums=('5aeeff2e5b37baac71667027321215c15322b0317b5b7ce559a0094cf1df53c52d0a24967429439a828a4aef0c568f0cccfb4f36d2b4785b58ccdd2dc19aa395')
+sha512sums=('ddaf26e879fdf9642639ec9331e0f00fe93349e80935d88b3e539fa6221a832add7787be09c9a39649a744c8d8f3049aba9ee10eb9ce4cab932a00706531cc75')
package() {
install -Dm 755 "$srcdir/sbin/apk.static" "$pkgdir/usr/bin/apk.static"