* update libzip to 1.11.2-1
This commit is contained in:
parent
3bea13ef6f
commit
9390340466
@ -1,13 +1,9 @@
|
|||||||
pkgbase = libzip
|
pkgbase = libzip
|
||||||
pkgdesc = C library for reading, creating, and modifying zip archives
|
pkgdesc = C library for reading, creating, and modifying zip archives
|
||||||
pkgver = 1.11.1
|
pkgver = 1.11.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://libzip.org
|
url = https://libzip.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = powerpc64le
|
|
||||||
arch = powerpc64
|
|
||||||
arch = powerpc
|
|
||||||
arch = riscv64
|
|
||||||
license = BSD
|
license = BSD
|
||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
depends = zlib
|
depends = zlib
|
||||||
@ -16,7 +12,7 @@ pkgbase = libzip
|
|||||||
depends = openssl
|
depends = openssl
|
||||||
depends = gnutls
|
depends = gnutls
|
||||||
provides = libzip.so
|
provides = libzip.so
|
||||||
source = https://libzip.org/download/libzip-1.11.1.tar.xz
|
source = https://libzip.org/download/libzip-1.11.2.tar.xz
|
||||||
sha256sums = 721e0e4e851073b508c243fd75eda04e4c5006158a900441de10ce274cc3b633
|
sha256sums = 5d471308cef4c4752bbcf973d9cd37ba4cb53739116c30349d4764ba1410dfc1
|
||||||
|
|
||||||
pkgname = libzip
|
pkgname = libzip
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
|
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
|
||||||
|
|
||||||
pkgname=libzip
|
pkgname=libzip
|
||||||
pkgver=1.11.1
|
pkgver=1.11.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="C library for reading, creating, and modifying zip archives"
|
pkgdesc="C library for reading, creating, and modifying zip archives"
|
||||||
url="https://libzip.org"
|
url="https://libzip.org"
|
||||||
@ -14,7 +14,7 @@ depends=('zlib' 'bzip2' 'zstd' 'openssl' 'gnutls')
|
|||||||
makedepends=('cmake')
|
makedepends=('cmake')
|
||||||
provides=('libzip.so')
|
provides=('libzip.so')
|
||||||
source=("${url}/download/${pkgname}-${pkgver}.tar.xz")
|
source=("${url}/download/${pkgname}-${pkgver}.tar.xz")
|
||||||
sha256sums=('721e0e4e851073b508c243fd75eda04e4c5006158a900441de10ce274cc3b633')
|
sha256sums=('5d471308cef4c4752bbcf973d9cd37ba4cb53739116c30349d4764ba1410dfc1')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cmake -B build -S ${pkgname}-${pkgver} \
|
cmake -B build -S ${pkgname}-${pkgver} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user