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

Johannes Löthberg demize at archlinux.org
Mon Jun 4 21:53:40 UTC 2018


    Date: Monday, June 4, 2018 @ 21:53:36
  Author: demize
Revision: 340462

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 21:53:23 UTC (rev 340461)
+++ PKGBUILD	2018-06-04 21:53:36 UTC (rev 340462)
@@ -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=20180422
-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=('823a7da4394f13d32e372501a480c619'
-         'SKIP')
-sha1sums=('98e884932be5aab471d8f8d66db747cbc56570e6'
-          '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 340461, parallel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 21:53:36 UTC (rev 340462)
@@ -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=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:



More information about the arch-commits mailing list