[arch-commits] Commit in lbzip2/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jun 4 13:28:10 UTC 2018


    Date: Monday, June 4, 2018 @ 13:28:09
  Author: felixonmars
Revision: 340286

archrelease: copy trunk to community-x86_64

Added:
  lbzip2/repos/community-x86_64/PKGBUILD
    (from rev 340285, lbzip2/trunk/PKGBUILD)
Deleted:
  lbzip2/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 13:27:55 UTC (rev 340285)
+++ PKGBUILD	2018-06-04 13:28:09 UTC (rev 340286)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Dan Ziemba <zman0900 at gmail.com>
-# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
-
-pkgname=lbzip2
-pkgver=2.5
-pkgrel=3
-pkgdesc="A parallel, SMP-based, bzip2-compatible compression utility"
-arch=('i686' 'x86_64')
-url="http://lbzip2.org"
-license=('GPL3')
-depends=('glibc')
-source=(http://archive.lbzip2.org/$pkgname-$pkgver.tar.bz2)
-sha256sums=('eec4ff08376090494fa3710649b73e5412c3687b4b9b758c93f73aa7be27555b')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
- 
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  
-  make check
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
- 
-  make DESTDIR="${pkgdir}" install
-}

Copied: lbzip2/repos/community-x86_64/PKGBUILD (from rev 340285, lbzip2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 13:28:09 UTC (rev 340286)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Dan Ziemba <zman0900 at gmail.com>
+# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
+
+pkgname=lbzip2
+pkgver=2.5
+pkgrel=4
+pkgdesc="A parallel, SMP-based, bzip2-compatible compression utility"
+arch=('x86_64')
+url="http://lbzip2.org"
+license=('GPL3')
+depends=('glibc')
+source=(http://archive.lbzip2.org/$pkgname-$pkgver.tar.bz2)
+sha512sums=('63468178604df926bd2071c23b068bddcb6fcab54bac92a149224c5ed99a38cc7e8366ae21eecf12ad9c1a193827ef627d2517ac9a7a65791a959dfcacd96127')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+ 
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  
+  make check
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+ 
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list