aboutsummaryrefslogtreecommitdiffstats
path: root/testing/reptyr
diff options
context:
space:
mode:
authorAndré Klitzing <aklitzing@gmail.com>2019-03-12 11:28:20 +0100
committerAndré Klitzing <aklitzing@gmail.com>2019-03-12 11:28:20 +0100
commit65c1b30dbda4c141b7fe2b39487f641afc96e218 (patch)
tree74020fcaccb5ac6a669d59684ecd1921732d9d2b /testing/reptyr
parentc1eb5ca987a1cb971bb6e4fee12d86b4813dd48e (diff)
downloadaports-65c1b30dbda4c141b7fe2b39487f641afc96e218.tar.bz2
aports-65c1b30dbda4c141b7fe2b39487f641afc96e218.tar.xz
testing/reptyr: upgrade to 0.7.0
Diffstat (limited to 'testing/reptyr')
-rw-r--r--testing/reptyr/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/testing/reptyr/APKBUILD b/testing/reptyr/APKBUILD
index 5f0cdd279b..2d9e9c9336 100644
--- a/testing/reptyr/APKBUILD
+++ b/testing/reptyr/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: André Klitzing <aklitzing@gmail.com>
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=reptyr
-pkgver=0.6.2
+pkgver=0.7.0
pkgrel=0
pkgdesc="Reparent a running program to a new terminal"
url="https://github.com/nelhage/reptyr"
@@ -9,9 +9,7 @@ arch="x86 x86_64 armhf armv7"
license="MIT"
makedepends="linux-headers"
subpackages="$pkgname-doc"
-source="https://github.com/nelhage/$pkgname/archive/$pkgname-$pkgver.tar.gz
- $pkgname-$pkgver-musl.patch::https://github.com/nelhage/reptyr/commit/319add30640feeb61a3f5af249aef5bcf3d52298.patch
- "
+source="https://github.com/nelhage/$pkgname/archive/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/"reptyr-reptyr-$pkgver
build() {
@@ -24,5 +22,4 @@ package() {
make DESTDIR="$pkgdir" PREFIX=/usr install
}
-sha512sums="ad0b378d3c30bbfaa30dfcc06c405c375c7e9bcc3bae2e7fb97b8c3f88f482f461c9c846df0064cc842149b07b8a6b616d95f74cdf38f1b2a5011f6b9328c327 reptyr-0.6.2.tar.gz
-3ca4a1019dd296959f4eb12b8ace50864c2da1f9189fdbbaeea7c45d98d72371f59ebf7038564395e54f0180ccd12f7df7e60880731f7adffb05904dc4b9d9b3 reptyr-0.6.2-musl.patch"
+sha512sums="d95a05634f7e4e55f487577baee50fc773f0d9957be5ac1a678bd0434baffd994c08a884496f6400ee101333c310eaaf2150f9053d3b4b6e525820a7ed24a8e6 reptyr-0.7.0.tar.gz"