[arch-commits] Commit in libzip/trunk (PKGBUILD)

Laurent Carlier lcarlier at archlinux.org
Tue Mar 2 10:29:41 UTC 2021


    Date: Tuesday, March 2, 2021 @ 10:29:41
  Author: lcarlier
Revision: 408963

upgpkg: libzip 1.7.3-2: add provides libzip.so

Modified:
  libzip/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-02 10:19:37 UTC (rev 408962)
+++ PKGBUILD	2021-03-02 10:29:41 UTC (rev 408963)
@@ -3,7 +3,7 @@
 
 pkgname=libzip
 pkgver=1.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A C library for reading, creating, and modifying zip archives"
 url="https://libzip.org"
 license=('BSD')
@@ -10,6 +10,7 @@
 arch=('x86_64')
 depends=('zlib' 'bzip2' 'openssl' 'gnutls')
 makedepends=('cmake')
+provides=('libzip.so')
 source=("${url}/download/${pkgname}-${pkgver}.tar.xz")
 sha256sums=('a60473ffdb7b4260c08bfa19c2ccea0438edac11193c3afbbb1f17fbcf6c6132')
 



More information about the arch-commits mailing list