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

Laurent Carlier lcarlier at gemini.archlinux.org
Wed Sep 8 07:53:56 UTC 2021


    Date: Wednesday, September 8, 2021 @ 07:53:56
  Author: lcarlier
Revision: 423548

upgpkg: libzip 1.8.0-1: upstream update 1.8.0

Modified:
  libzip/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-08 07:40:41 UTC (rev 423547)
+++ PKGBUILD	2021-09-08 07:53:56 UTC (rev 423548)
@@ -2,17 +2,17 @@
 # Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=libzip
-pkgver=1.7.3
-pkgrel=2
+pkgver=1.8.0
+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')
+depends=('zlib' 'bzip2' 'zstd' 'openssl' 'gnutls')
 makedepends=('cmake')
 provides=('libzip.so')
 source=("${url}/download/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('a60473ffdb7b4260c08bfa19c2ccea0438edac11193c3afbbb1f17fbcf6c6132')
+sha256sums=('f0763bda24ba947e80430be787c4b068d8b6aa6027a26a19923f0acfa3dac97e')
 
 build() {
   cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list