[arch-commits] Commit in libzip/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Apr 10 20:45:23 UTC 2019


    Date: Wednesday, April 10, 2019 @ 20:45:22
  Author: arojas
Revision: 350551

archrelease: copy trunk to extra-x86_64

Added:
  libzip/repos/extra-x86_64/PKGBUILD
    (from rev 350550, libzip/trunk/PKGBUILD)
Deleted:
  libzip/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   63 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-10 20:45:03 UTC (rev 350550)
+++ PKGBUILD	2019-04-10 20:45:22 UTC (rev 350551)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=libzip
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="A C library for reading, creating, and modifying zip archives"
-url="https://libzip.org"
-license=('BSD')
-arch=('x86_64')
-depends=('zlib' 'bzip2' 'openssl')
-makedepends=('cmake')
-source=("${url}/download/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('04ea35b6956c7b3453f1ed3f3fe40e3ddae1f43931089124579e8384e79ed372')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  mkdir build && cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    ..
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"/build
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libzip/repos/extra-x86_64/PKGBUILD (from rev 350550, libzip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-10 20:45:22 UTC (rev 350551)
@@ -0,0 +1,31 @@
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=libzip
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="A C library for reading, creating, and modifying zip archives"
+url="https://libzip.org"
+license=('BSD')
+arch=('x86_64')
+depends=('zlib' 'bzip2' 'openssl' 'gnutls')
+makedepends=('cmake')
+source=("${url}/download/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('b3de4d4bd49a01e0cab3507fc163f88e1651695b6b9cb25ad174dbe319d4a3b4')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  mkdir build && cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    ..
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"/build
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list