[arch-commits] Commit in parallel/repos/community-any (PKGBUILD PKGBUILD)

Timothy Redaelli tredaelli at archlinux.org
Tue Feb 14 15:15:35 UTC 2017


    Date: Tuesday, February 14, 2017 @ 15:15:34
  Author: tredaelli
Revision: 212374

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/PKGBUILD
    (from rev 212373, parallel/trunk/PKGBUILD)
Deleted:
  parallel/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-14 15:15:27 UTC (rev 212373)
+++ PKGBUILD	2017-02-14 15:15:34 UTC (rev 212374)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Vianney le Clément <vleclement AT gmail·com>
-# Contributor: Peter Simons <simons at cryp.to>
-
-pkgname=parallel
-pkgver=20161222
-pkgrel=1
-pkgdesc='A shell tool for executing jobs in parallel'
-arch=('any')
-url='http://www.gnu.org/software/parallel/'
-license=('GPL3')
-depends=('perl' 'procps')
-source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('1e5752dfd407df6e27ca1c65cf2642f8'
-         'SKIP')
-sha1sums=('00b110f1759fa2fcc54ad62e84b15fe013fffaca'
-          'SKIP')
-validpgpkeys=('CDA01A4208C4F74506107E7BD1AB451688888888')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: parallel/repos/community-any/PKGBUILD (from rev 212373, parallel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-02-14 15:15:34 UTC (rev 212374)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Vianney le Clément <vleclement AT gmail·com>
+# Contributor: Peter Simons <simons at cryp.to>
+
+pkgname=parallel
+pkgver=20170122
+pkgrel=1
+pkgdesc='A shell tool for executing jobs in parallel'
+arch=('any')
+url='http://www.gnu.org/software/parallel/'
+license=('GPL3')
+depends=('perl' 'procps')
+source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('c9f0ec01463dc75dbbf292fd8be5f1eb'
+         'SKIP')
+sha1sums=('e766bb0180b66e29d5fd9cb14ad145a2a75a0012'
+          'SKIP')
+validpgpkeys=('CDA01A4208C4F74506107E7BD1AB451688888888')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list