[update] libzip -> 1.11.2

This commit is contained in:
Developer 2024-12-13 23:47:36 +00:00
parent 2428bef260
commit b69f947876
2 changed files with 5 additions and 5 deletions

View File

@ -3,12 +3,12 @@
pkgname = libzip
pkgbase = libzip
xdata = pkgtype=pkg
pkgver = 1.11.1-1
pkgver = 1.11.2-1
pkgdesc = C library for reading, creating, and modifying zip archives
url = https://libzip.org
builddate = 1729377058
builddate = 1734133655
packager = Tuxcore <dev@tuxcore.org>
size = 477540
size = 481635
arch = x86_64
license = BSD
provides = libzip.so=5-64

View File

@ -1,6 +1,6 @@
# Packager = Tuxcore <dev@tuxcore.org>
pkgname=libzip
pkgver=1.11.1
pkgver=1.11.2
pkgrel=1
pkgdesc="C library for reading, creating, and modifying zip archives"
url="https://libzip.org"
@ -10,7 +10,7 @@ depends=('zlib' 'bzip2' 'zstd' 'openssl' 'gnutls')
makedepends=('cmake')
provides=('libzip.so')
source=("${url}/download/${pkgname}-${pkgver}.tar.xz")
sha256sums=('721e0e4e851073b508c243fd75eda04e4c5006158a900441de10ce274cc3b633')
sha256sums=('5d471308cef4c4752bbcf973d9cd37ba4cb53739116c30349d4764ba1410dfc1')
build() {
cmake -B build -S ${pkgname}-${pkgver} \