* update libzip to 1.11.2-1

This commit is contained in:
Alexander Baldeck 2024-12-07 22:28:37 +01:00
parent 3bea13ef6f
commit 9390340466
2 changed files with 5 additions and 9 deletions

View File

@ -1,13 +1,9 @@
pkgbase = libzip
pkgdesc = C library for reading, creating, and modifying zip archives
pkgver = 1.11.1
pkgver = 1.11.2
pkgrel = 1
url = https://libzip.org
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = BSD
makedepends = cmake
depends = zlib
@ -16,7 +12,7 @@ pkgbase = libzip
depends = openssl
depends = gnutls
provides = libzip.so
source = https://libzip.org/download/libzip-1.11.1.tar.xz
sha256sums = 721e0e4e851073b508c243fd75eda04e4c5006158a900441de10ce274cc3b633
source = https://libzip.org/download/libzip-1.11.2.tar.xz
sha256sums = 5d471308cef4c4752bbcf973d9cd37ba4cb53739116c30349d4764ba1410dfc1
pkgname = libzip

View File

@ -4,7 +4,7 @@
# Contributor: Tobias Powalowski <tpowa@archlinux.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"
@ -14,7 +14,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} \