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

Laurent Carlier lcarlier at archlinux.org
Sat Oct 31 08:00:24 UTC 2020


    Date: Saturday, October 31, 2020 @ 08:00:24
  Author: lcarlier
Revision: 399070

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-31 08:00:18 UTC (rev 399069)
+++ PKGBUILD	2020-10-31 08:00:24 UTC (rev 399070)
@@ -1,31 +0,0 @@
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=libzip
-pkgver=1.6.1
-pkgrel=2
-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=('705dac7a671b3f440181481e607b0908129a9cf1ddfcba75d66436c0e7d33641')
-
-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 399069, libzip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-31 08:00:24 UTC (rev 399070)
@@ -0,0 +1,31 @@
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=libzip
+pkgver=1.7.3
+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=('a60473ffdb7b4260c08bfa19c2ccea0438edac11193c3afbbb1f17fbcf6c6132')
+
+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