[arch-commits] Commit in parallel/repos (3 files)
Johannes Löthberg
demize at archlinux.org
Sun Dec 24 14:01:45 UTC 2017
Date: Sunday, December 24, 2017 @ 14:01:44
Author: demize
Revision: 275751
db-move: moved parallel from [community-testing] to [community] (any)
Added:
parallel/repos/community-any/PKGBUILD
(from rev 275750, parallel/repos/community-testing-any/PKGBUILD)
Deleted:
parallel/repos/community-any/PKGBUILD
parallel/repos/community-testing-any/
------------------------+
/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
community-any/PKGBUILD | 32 --------------------------------
2 files changed, 32 insertions(+), 32 deletions(-)
Deleted: community-any/PKGBUILD
===================================================================
--- community-any/PKGBUILD 2017-12-24 14:01:40 UTC (rev 275750)
+++ community-any/PKGBUILD 2017-12-24 14:01:44 UTC (rev 275751)
@@ -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=20171022
-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=('ea9e7e95e9bcef48aa35cf89cc5cd695'
- 'SKIP')
-sha1sums=('6f28db329d1ffee1cb23b99731405a808e1c2585'
- '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 275750, parallel/repos/community-testing-any/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2017-12-24 14:01:44 UTC (rev 275751)
@@ -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=20171122
+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=('55bbdfe11936324ce4f8a7f8a0a292f8'
+ 'SKIP')
+sha1sums=('366367057f0a30b7b7b1613d71a64d2dc9b89a1c'
+ '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