[arch-commits] Commit in parallel/repos/community-any (PKGBUILD PKGBUILD)
Timothy Redaelli
tredaelli at archlinux.org
Sun Oct 9 10:22:43 UTC 2016
Date: Sunday, October 9, 2016 @ 10:22:43
Author: tredaelli
Revision: 191683
archrelease: copy trunk to community-any
Added:
parallel/repos/community-any/PKGBUILD
(from rev 191682, parallel/trunk/PKGBUILD)
Deleted:
parallel/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-09 10:22:36 UTC (rev 191682)
+++ PKGBUILD 2016-10-09 10:22:43 UTC (rev 191683)
@@ -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=20160822
-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=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('bf61c286c4de6d29b3adcbcbb7267385'
- 'SKIP')
-sha1sums=('eacae06b0e145559d9f9d2f027be5cfac28f76bf'
- '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 191682, parallel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-10-09 10:22:43 UTC (rev 191683)
@@ -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=20160922
+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=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('48eaf1b74a0c4ee1fcb0cbe599d667f4'
+ 'SKIP')
+sha1sums=('54e1cd4aff2b6c8a469fb8360094e597e5cb6c6a'
+ '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