libzip: update to 1.5.2.
This commit is contained in:
parent
27f4f96d81
commit
da025997fa
1 changed files with 8 additions and 4 deletions
|
@ -1,16 +1,20 @@
|
||||||
# Template file for 'libzip'
|
# Template file for 'libzip'
|
||||||
pkgname=libzip
|
pkgname=libzip
|
||||||
version=1.5.1
|
version=1.5.2
|
||||||
revision=3
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="perl groff"
|
hostmakedepends="perl groff"
|
||||||
makedepends="bzip2-devel libressl-devel zlib-devel"
|
makedepends="bzip2-devel libressl-devel zlib-devel"
|
||||||
short_desc="C library for reading, creating, and modifying zip archives"
|
short_desc="C library for reading, creating, and modifying zip archives"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://libzip.org/"
|
homepage="https://libzip.org/"
|
||||||
distfiles="https://libzip.org/download/libzip-${version}.tar.gz"
|
distfiles="https://libzip.org/download/libzip-${version}.tar.gz"
|
||||||
checksum=47eaa45faa448c72bd6906e5a096846c469a185f293cafd8456abb165841b3f2
|
checksum=be694a4abb2ffe5ec02074146757c8b56084dbcebf329123c84b205417435e15
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
libzip-devel_package() {
|
libzip-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue