Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages / libzip
Commits: 822c1766 by Laurent Carlier at 2024-10-19T07:32:23+02:00 upgpkg: 1.11.1-1: upstream update 1.11.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = libzip pkgdesc = C library for reading, creating, and modifying zip archives - pkgver = 1.10.1 - pkgrel = 2 + pkgver = 1.11.1 + pkgrel = 1 url = https://libzip.org arch = x86_64 license = BSD @@ -12,7 +12,7 @@ pkgbase = libzip depends = openssl depends = gnutls provides = libzip.so - source = https://libzip.org/download/libzip-1.10.1.tar.xz - sha256sums = dc3c8d5b4c8bbd09626864f6bcf93de701540f761d76b85d7c7d710f4bd90318 + source = https://libzip.org/download/libzip-1.11.1.tar.xz + sha256sums = 721e0e4e851073b508c243fd75eda04e4c5006158a900441de10ce274cc3b633 pkgname = libzip ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: Tobias Powalowski <tp...@archlinux.org> pkgname=libzip -pkgver=1.10.1 -pkgrel=2 +pkgver=1.11.1 +pkgrel=1 pkgdesc="C library for reading, creating, and modifying zip archives" url="https://libzip.org" license=('BSD') @@ -13,7 +13,7 @@ depends=('zlib' 'bzip2' 'zstd' 'openssl' 'gnutls') makedepends=('cmake') provides=('libzip.so') source=("${url}/download/${pkgname}-${pkgver}.tar.xz") -sha256sums=('dc3c8d5b4c8bbd09626864f6bcf93de701540f761d76b85d7c7d710f4bd90318') +sha256sums=('721e0e4e851073b508c243fd75eda04e4c5006158a900441de10ce274cc3b633') build() { cmake -B build -S ${pkgname}-${pkgver} \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libzip/-/commit/822c17662574405525197e9254d5d575a96b5ecc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libzip/-/commit/822c17662574405525197e9254d5d575a96b5ecc You're receiving this email because of your account on gitlab.archlinux.org.