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

Jiachen Yang farseerfc at archlinux.org
Tue Feb 20 04:13:41 UTC 2018


    Date: Tuesday, February 20, 2018 @ 04:13:40
  Author: farseerfc
Revision: 296444

archrelease: copy trunk to community-x86_64

Added:
  lzip/repos/community-x86_64/PKGBUILD
    (from rev 296443, lzip/trunk/PKGBUILD)
Deleted:
  lzip/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-20 04:12:50 UTC (rev 296443)
+++ PKGBUILD	2018-02-20 04:13:40 UTC (rev 296444)
@@ -1,29 +0,0 @@
-# Maintainer:  Jiachen Yang <farseerfc at gmail.com>
-# AUR Maintainer:  apophys <admin AT kubikmilan DOT sk>
-# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
-# Contributor: Renzo Carbonara <gnuk0001/gmail.com>
-
-pkgname=lzip
-pkgver=1.19
-pkgrel=1
-pkgdesc="A lossless file compressor based on the LZMA algorithm"
-arch=('i686' 'x86_64')
-url="http://www.nongnu.org/lzip/lzip.html"
-license=('GPL3')
-depends=('gcc-libs')
-source=("https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"
-	"https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz.sig")
-sha512sums=('513525c2731334fae99f7a17b1211e7a018446dc211e6ba52a95054e771c9577333a131608cb06a5279da16a4e4877076402b97e97ff6a145c3626fde22d3392'
-            'SKIP')
-validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742')  # Antonio Diaz Diaz <antonio at gnu.org>
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr CXXFLAGS="$CXXFLAGS"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install{,-man}
-}

Copied: lzip/repos/community-x86_64/PKGBUILD (from rev 296443, lzip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-20 04:13:40 UTC (rev 296444)
@@ -0,0 +1,32 @@
+# Maintainer:  Jiachen Yang <farseerfc at gmail.com>
+# AUR Maintainer:  apophys <admin AT kubikmilan DOT sk>
+# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
+# Contributor: Renzo Carbonara <gnuk0001/gmail.com>
+
+pkgname=lzip
+pkgver=1.20
+pkgrel=1
+pkgdesc="A lossless file compressor based on the LZMA algorithm"
+arch=('x86_64')
+url="http://www.nongnu.org/lzip/lzip.html"
+license=('GPL3')
+depends=('gcc-libs')
+source=("https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"
+	"https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz.sig")
+
+## upstream provided sha256sum:
+## http://lists.nongnu.org/archive/html/lzip-bug/2018-02/msg00006.html
+sha256sums=('c93b81a5a7788ef5812423d311345ba5d3bd4f5ebf1f693911e3a13553c1290c'
+            'SKIP')
+validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742')  # Antonio Diaz Diaz <antonio at gnu.org>
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr CXXFLAGS="$CXXFLAGS"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install{,-man}
+}



More information about the arch-commits mailing list