* update libzip to 1.10.1-2

This commit is contained in:
Alexander Baldeck 2024-07-24 13:27:30 +02:00
parent b5f375338a
commit 145de483e7
2 changed files with 19 additions and 1 deletions

18
libzip/.SRCINFO Normal file
View File

@ -0,0 +1,18 @@
pkgbase = libzip
pkgdesc = C library for reading, creating, and modifying zip archives
pkgver = 1.10.1
pkgrel = 2
url = https://libzip.org
arch = x86_64
license = BSD
makedepends = cmake
depends = zlib
depends = bzip2
depends = zstd
depends = openssl
depends = gnutls
provides = libzip.so
source = https://libzip.org/download/libzip-1.10.1.tar.xz
sha256sums = dc3c8d5b4c8bbd09626864f6bcf93de701540f761d76b85d7c7d710f4bd90318
pkgname = libzip

View File

@ -5,7 +5,7 @@
pkgname=libzip
pkgver=1.10.1
pkgrel=1
pkgrel=2
pkgdesc="C library for reading, creating, and modifying zip archives"
url="https://libzip.org"
license=('BSD')