[arch-commits] Commit in par2cmdline/repos (4 files)

Ike Devolder idevolder at nymeria.archlinux.org
Sat Nov 30 21:24:45 UTC 2013


    Date: Saturday, November 30, 2013 @ 22:24:45
  Author: idevolder
Revision: 101775

archrelease: copy trunk to community-i686, community-x86_64

Added:
  par2cmdline/repos/community-i686/PKGBUILD
    (from rev 101774, par2cmdline/trunk/PKGBUILD)
  par2cmdline/repos/community-x86_64/PKGBUILD
    (from rev 101774, par2cmdline/trunk/PKGBUILD)
Deleted:
  par2cmdline/repos/community-i686/PKGBUILD
  par2cmdline/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   70 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   34 ---------------------
 community-x86_64/PKGBUILD |   34 ---------------------
 3 files changed, 70 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-11-30 21:23:53 UTC (rev 101774)
+++ community-i686/PKGBUILD	2013-11-30 21:24:45 UTC (rev 101775)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-
-pkgname=par2cmdline
-pkgver=0.5.4
-pkgrel=1
-pkgdesc='A PAR 2.0 compatible file verification and repair tool'
-url='https://github.com/BlackIkeEagle/par2cmdline'
-license=('GPL2')
-arch=('i686' 'x86_64')
-source=("https://github.com/downloads/BlackIkeEagle/$pkgname/$pkgname-$pkgver.tar.xz")
-md5sums=('96b4fb91859c0214d2c562636abea3af')
-
-build() {
-	cd ${pkgname}-${pkgver}
-	aclocal
-	automake --add-missing
-	autoconf
-	./configure --prefix=/usr
-	make
-}
-
-check() {
-	cd ${pkgname}-${pkgver}
-	make check
-}
-
-package() {
-	cd ${pkgname}-${pkgver}
-	make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: par2cmdline/repos/community-i686/PKGBUILD (from rev 101774, par2cmdline/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-11-30 21:24:45 UTC (rev 101775)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org
+
+pkgname=par2cmdline
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='A PAR 2.0 compatible file verification and repair tool'
+url='https://github.com/BlackIkeEagle/par2cmdline'
+license=('GPL2')
+arch=('i686' 'x86_64')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BlackIkeEagle/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('afa0b4f3f9e7ddace9f435c8a85e16e8a6ad4558129e831e41439da21f685374')
+
+build() {
+	cd "$pkgname-$pkgver"
+	aclocal
+	automake --add-missing
+	autoconf
+	./configure --prefix=/usr
+  make
+}
+
+check() {
+	cd "$pkgname-$pkgver"
+	export MAKEFLAGS="-j1"
+	make check
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-11-30 21:23:53 UTC (rev 101774)
+++ community-x86_64/PKGBUILD	2013-11-30 21:24:45 UTC (rev 101775)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-
-pkgname=par2cmdline
-pkgver=0.5.4
-pkgrel=1
-pkgdesc='A PAR 2.0 compatible file verification and repair tool'
-url='https://github.com/BlackIkeEagle/par2cmdline'
-license=('GPL2')
-arch=('i686' 'x86_64')
-source=("https://github.com/downloads/BlackIkeEagle/$pkgname/$pkgname-$pkgver.tar.xz")
-md5sums=('96b4fb91859c0214d2c562636abea3af')
-
-build() {
-	cd ${pkgname}-${pkgver}
-	aclocal
-	automake --add-missing
-	autoconf
-	./configure --prefix=/usr
-	make
-}
-
-check() {
-	cd ${pkgname}-${pkgver}
-	make check
-}
-
-package() {
-	cd ${pkgname}-${pkgver}
-	make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: par2cmdline/repos/community-x86_64/PKGBUILD (from rev 101774, par2cmdline/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-11-30 21:24:45 UTC (rev 101775)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org
+
+pkgname=par2cmdline
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='A PAR 2.0 compatible file verification and repair tool'
+url='https://github.com/BlackIkeEagle/par2cmdline'
+license=('GPL2')
+arch=('i686' 'x86_64')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BlackIkeEagle/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('afa0b4f3f9e7ddace9f435c8a85e16e8a6ad4558129e831e41439da21f685374')
+
+build() {
+	cd "$pkgname-$pkgver"
+	aclocal
+	automake --add-missing
+	autoconf
+	./configure --prefix=/usr
+  make
+}
+
+check() {
+	cd "$pkgname-$pkgver"
+	export MAKEFLAGS="-j1"
+	make check
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list