aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/ply/APKBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/testing/ply/APKBUILD b/testing/ply/APKBUILD
index 6f1768f50e..7d9edfe1a3 100644
--- a/testing/ply/APKBUILD
+++ b/testing/ply/APKBUILD
@@ -1,7 +1,6 @@
# Maintainer: Adam Jensen <acjensen@gmail.com>
pkgname=ply
-pkgver=0.0.0_git20200309
-_sha="7978c1a35a9bd5e0ed1c01c5db622ae1d4c4720d"
+pkgver=2.1.1
pkgrel=0
pkgdesc="A light-weight, dynamic tracer based on BPF"
url="https://wkz.github.io/ply"
@@ -11,14 +10,13 @@ license="GPL-2.0-only"
options="!check"
subpackages="$pkgname-doc"
makedepends="automake autoconf libtool bison linux-headers libbsd-dev flex ronn"
-source="$pkgname-$pkgver.tar.gz::https://github.com/iovisor/ply/archive/$_sha.tar.gz"
-builddir="$srcdir/$pkgname-$_sha"
+source="$pkgname-$pkgver.tar.gz::https://github.com/iovisor/ply/archive/$pkgver.tar.gz"
prepare() {
default_prepare
# Use commit ref as version instead of invoking git
- sed -i -e "s/AC_INIT(.*,/AC_INIT(ply, $_sha,/" configure.ac
+ sed -i -e "s/AC_INIT(.*,/AC_INIT(ply, $pkgver,/" configure.ac
autoreconf -fi
}
@@ -33,4 +31,4 @@ package() {
make -C man install DESTDIR="$pkgdir"
}
-sha512sums="201f8961b9b2abbf710da3a371d8d6795b40275d79935849e8921c7978be5409905ac82a4e0c7732ab9cfa8e229353c601328969fd04602a3a11cfa9ec3bd915 $pkgname-$pkgver.tar.gz"
+sha512sums="fdc66d752989a239e01d2746e6c56610c2c945fbeeff8f2a79be1db487a6cbba365d1bd1b553d25c43a3fdc3634ab96bf4a37ab4f694c6eb6eba82c35b37231e $pkgname-$pkgver.tar.gz"