Date: Monday, April 22, 2013 @ 13:32:54 Author: tredaelli Revision: 88796
upgpkg: parallel 20130422-1 Modified: parallel/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-22 10:32:02 UTC (rev 88795) +++ PKGBUILD 2013-04-22 11:32:54 UTC (rev 88796) @@ -4,7 +4,7 @@ # Contributor: Peter Simons <[email protected]> pkgname=parallel -pkgver=20130222 +pkgver=20130422 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,14 +12,13 @@ license=('GPL3') depends=('perl') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('6f369ee1715e5e9b421d4b041d00b31f' - '18d1aea776113c692552bfd3e3a5266b') -sha1sums=('2b470ce7ff3f19682511690e9f391dba8a275dd4' - 'fb8306131cdf57476a4ce2dd256a6314ac002fc8') +md5sums=('37051ad79a3f304635c2dc4bbba65a63' + 'SKIP') +sha1sums=('77d88d5f518d3980bc98333e17314132dd02feaa' + 'SKIP') build() { cd "$pkgname-$pkgver" - source /etc/profile.d/perlbin.sh ./configure --prefix=/usr make }
