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

Jiachen Yang farseerfc at archlinux.org
Sun Apr 30 10:21:00 UTC 2017


    Date: Sunday, April 30, 2017 @ 10:20:59
  Author: farseerfc
Revision: 226342

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

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

---------------------------+
 /PKGBUILD                 |   58 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   29 ----------------------
 community-x86_64/PKGBUILD |   29 ----------------------
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-04-30 10:19:50 UTC (rev 226341)
+++ community-i686/PKGBUILD	2017-04-30 10:20:59 UTC (rev 226342)
@@ -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.18
-pkgrel=2
-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=('cf24756bd657ef48f48304be94bf5c6c18baf7dc4fce276e79c3abeab4c4f801e901ccfb12841fa4b2402e687aeb95f2e537695442f53c45f7cb9081c3062674'
-            'SKIP')
-validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742')
-
-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-i686/PKGBUILD (from rev 226341, lzip/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-04-30 10:20:59 UTC (rev 226342)
@@ -0,0 +1,29 @@
+# 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}
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-04-30 10:19:50 UTC (rev 226341)
+++ community-x86_64/PKGBUILD	2017-04-30 10:20:59 UTC (rev 226342)
@@ -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.18
-pkgrel=2
-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=('cf24756bd657ef48f48304be94bf5c6c18baf7dc4fce276e79c3abeab4c4f801e901ccfb12841fa4b2402e687aeb95f2e537695442f53c45f7cb9081c3062674'
-            'SKIP')
-validpgpkeys=('1D41C14B272A2219A739FA4F8FE99503132D7742')
-
-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 226341, lzip/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-04-30 10:20:59 UTC (rev 226342)
@@ -0,0 +1,29 @@
+# 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}
+}



More information about the arch-commits mailing list