Date: Wednesday, April 23, 2014 @ 15:35:48 Author: tredaelli Revision: 110030
upgpkg: parallel 20140422-1 Modified: parallel/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-04-23 09:32:34 UTC (rev 110029) +++ PKGBUILD 2014-04-23 13:35:48 UTC (rev 110030) @@ -4,7 +4,7 @@ # Contributor: Peter Simons <[email protected]> pkgname=parallel -pkgver=20140322 +pkgver=20140422 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('d5a35f19494e3461352199a80e247992' +md5sums=('be1cb2f4b15d4631a4712909cb7ba191' 'SKIP') -sha1sums=('125dfaa4c877565b88a310620a031c41e1930c83' +sha1sums=('e376fb15bdc2d5a404c81ddde76fe9596a1bc784' 'SKIP') build() {
