diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/parallel/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/parallel/APKBUILD b/main/parallel/APKBUILD index 8ca0c8af20..1185a2ce75 100644 --- a/main/parallel/APKBUILD +++ b/main/parallel/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Contributor: Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> pkgname=parallel -pkgver=20170422 +pkgver=20170722 pkgrel=0 pkgdesc="Shell tool for executing jobs in parallel" arch="noarch" @@ -10,8 +10,8 @@ license="GPL3" depends="perl" subpackages="$pkgname-doc" source="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2" - builddir="$srcdir"/$pkgname-$pkgver + build() { cd "$builddir" ./configure \ @@ -30,4 +30,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -sha512sums="3785221751ef334db0c999819dd6a6cfae20400b1257467325e1533cbff3ea02a1008b61636bd8ec11b270a95c081c89f4be46d2d7a4fe8585e402f320e7c870 parallel-20170422.tar.bz2" +sha512sums="f2a790fc0ddd8cfe568b75208a13ecb1fb8f1eac94ed948b94c69fdf067967d9fba43435b204474c0cb7f09b0420b21bec2d23436e8638ecf293b189fc247105 parallel-20170722.tar.bz2" |