libpsl: update to 0.21.2.
This commit is contained in:
parent
6fa16cdeb5
commit
8431800267
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libpsl'
|
||||
pkgname=libpsl
|
||||
version=0.21.1
|
||||
revision=5
|
||||
version=0.21.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config python3"
|
||||
makedepends="icu-devel"
|
||||
|
@ -9,15 +9,16 @@ short_desc="Public Suffix List library functions"
|
|||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://rockdaboot.github.io/libpsl/"
|
||||
changelog="https://raw.githubusercontent.com/rockdaboot/libpsl/master/NEWS"
|
||||
distfiles="https://github.com/rockdaboot/libpsl/releases/download/${version}/libpsl-${version}.tar.gz"
|
||||
checksum=ac6ce1e1fbd4d0254c4ddb9d37f1fa99dec83619c1253328155206b896210d4c
|
||||
checksum=e35991b6e17001afa2c0ca3b10c357650602b92596209b7492802f3768a6285f
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
libpsl-devel_package() {
|
||||
depends="libpsl-${version}_${revision}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue