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

Johannes Löthberg demize at archlinux.org
Thu Jun 28 22:15:00 UTC 2018


    Date: Thursday, June 28, 2018 @ 22:15:00
  Author: demize
Revision: 347714

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-28 22:14:55 UTC (rev 347713)
+++ PKGBUILD	2018-06-28 22:15:00 UTC (rev 347714)
@@ -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=20180522
-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=('fb8fa0fa17074d3da87408315e0e92b5'
-         'SKIP')
-sha1sums=('e148aebb83dd5d2fa462cb04f7274a45ff93eb92'
-          '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 347713, parallel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-28 22:15:00 UTC (rev 347714)
@@ -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=20180622
+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=('5ccc0d961cc21622f43ae3cf5399e2c7'
+         'SKIP')
+sha1sums=('9243a8893ac4821dc0af9503bc94c065db73c305'
+          '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