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

Johannes Löthberg demize at archlinux.org
Thu Sep 6 19:09:25 UTC 2018


    Date: Thursday, September 6, 2018 @ 19:09:24
  Author: demize
Revision: 377883

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-06 19:09:20 UTC (rev 377882)
+++ PKGBUILD	2018-09-06 19:09:24 UTC (rev 377883)
@@ -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=20180722
-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=('a9dd043304b898561edac5a09f6e7928'
-         'SKIP')
-sha1sums=('299fb166e101e201539f4467814a351b8a0687b8'
-          'SKIP')
-validpgpkeys=('CDA01A4208C4F74506107E7BD1AB451688888888')
-
-build() {
-  cd parallel-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd parallel-$pkgver
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: parallel/repos/community-any/PKGBUILD (from rev 377882, parallel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-06 19:09:24 UTC (rev 377883)
@@ -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=20180822
+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=('268930f1ef472bdd25e9325ee0c46849'
+         'SKIP')
+sha1sums=('2b2b5c77b75867ea7df7c8f4ae40551aee6c1cf3'
+          'SKIP')
+validpgpkeys=('CDA01A4208C4F74506107E7BD1AB451688888888')
+
+build() {
+  cd parallel-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd parallel-$pkgver
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list