mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
parallel: update to 20180622.
This commit is contained in:
parent
12f1ec1cc5
commit
720c6ffac0
1 changed files with 4 additions and 3 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'parallel'
|
# Template file for 'parallel'
|
||||||
pkgname=parallel
|
pkgname=parallel
|
||||||
version=20180522
|
version=20180622
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
depends="perl"
|
depends="perl"
|
||||||
|
checkdepends="perl"
|
||||||
short_desc="Shell tool for executing jobs in parallel"
|
short_desc="Shell tool for executing jobs in parallel"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
homepage="http://www.gnu.org/software/parallel/"
|
homepage="http://www.gnu.org/software/parallel/"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
distfiles="${GNU_SITE}/$pkgname/$pkgname-${version}.tar.bz2"
|
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=eb017e2aea57464c3c91bd1120d419a303d2c204c35ec41fc156e6536ffa0cce
|
checksum=f2cc6ac37d0b68d90b81570c0e4be589dd8c131d204320acaa173544ad6d21d9
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# no html and pdf doc
|
# no html and pdf doc
|
||||||
|
|
Loading…
Add table
Reference in a new issue