mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/parallel: upgrade to 20180422
This commit is contained in:
parent
0fdc455466
commit
efcb48812c
@ -1,17 +1,16 @@
|
|||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
# Contributor: Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org>
|
# Contributor: Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org>
|
||||||
pkgname=parallel
|
pkgname=parallel
|
||||||
pkgver=20180322
|
pkgver=20180422
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Shell tool for executing jobs in parallel"
|
pkgdesc="Shell tool for executing jobs in parallel"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
url="http://www.gnu.org/software/parallel"
|
url="https://www.gnu.org/software/parallel"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
options="!check" # Test suite not part of src pkg
|
||||||
depends="perl"
|
depends="perl"
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
options="!check"
|
source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2"
|
||||||
source="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2"
|
|
||||||
builddir="$srcdir"/$pkgname-$pkgver
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
@ -30,4 +29,4 @@ package() {
|
|||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="62299fc3aca77c3d7b844b928d266209735b9f8012dd299ab5c142e4588bc0bf4e039e48200c0602b36719b3f70dc2442c89469939be71f3bcff887b2885f5dd parallel-20180322.tar.bz2"
|
sha512sums="e08ae2043122d5300f9c3d72ec3c16efb9da509e856bf5aad9a39f48584d6d51f761fefdf6313fff4e8f2f905f29dff506272cc0b4448bb3260a0c23d6a5a9a3 parallel-20180422.tar.bz2"
|
||||||
|
Loading…
Reference in New Issue
Block a user