Date: Wednesday, November 2, 2016 @ 08:58:52
  Author: farseerfc
Revision: 194331

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2016-11-02 08:57:42 UTC (rev 194330)
+++ community-i686/PKGBUILD     2016-11-02 08:58:52 UTC (rev 194331)
@@ -1,26 +0,0 @@
-# Maintainer:  Jiachen Yang <farsee...@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=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=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-sha512sums=('cf24756bd657ef48f48304be94bf5c6c18baf7dc4fce276e79c3abeab4c4f801e901ccfb12841fa4b2402e687aeb95f2e537695442f53c45f7cb9081c3062674')
-
-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 194330, 
lzip/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2016-11-02 08:58:52 UTC (rev 194331)
@@ -0,0 +1,29 @@
+# Maintainer:  Jiachen Yang <farsee...@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}
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2016-11-02 08:57:42 UTC (rev 194330)
+++ community-x86_64/PKGBUILD   2016-11-02 08:58:52 UTC (rev 194331)
@@ -1,26 +0,0 @@
-# Maintainer:  Jiachen Yang <farsee...@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=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=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-sha512sums=('cf24756bd657ef48f48304be94bf5c6c18baf7dc4fce276e79c3abeab4c4f801e901ccfb12841fa4b2402e687aeb95f2e537695442f53c45f7cb9081c3062674')
-
-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 194330, 
lzip/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-02 08:58:52 UTC (rev 194331)
@@ -0,0 +1,29 @@
+# Maintainer:  Jiachen Yang <farsee...@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}
+}

Reply via email to