mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 10:44:37 +08:00
libzip: update to 1.1.3
This commit is contained in:
parent
04d587b9f0
commit
b092d2d0aa
@ -1,7 +1,7 @@
|
|||||||
#contributions from Arch: https://www.archlinux.org/packages/extra/x86_64/libzip/
|
#contributions from Arch: https://www.archlinux.org/packages/extra/x86_64/libzip/
|
||||||
|
|
||||||
pkgname=libzip
|
pkgname=libzip
|
||||||
pkgver=1.0.1
|
pkgver=1.1.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A C library for reading, creating, and modifying zip archives"
|
pkgdesc="A C library for reading, creating, and modifying zip archives"
|
||||||
url="http://www.nih.at/libzip/index.html"
|
url="http://www.nih.at/libzip/index.html"
|
||||||
@ -9,7 +9,7 @@ license=('BSD')
|
|||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
depends=('zlib')
|
depends=('zlib')
|
||||||
source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.xz")
|
source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.xz")
|
||||||
md5sums=('e2371fc6f04a46efdaf8cbf4118ffafd')
|
md5sums=('f7196e2fbae93d7e1f843aedee9bdf40')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${pkgname}-${pkgver}
|
cd ${pkgname}-${pkgver}
|
||||||
|
Loading…
Reference in New Issue
Block a user