libpsl: update to 0.21.2.

This commit is contained in:
triallax 2023-04-28 01:52:16 +03:00 committed by Andrew Benson
parent 6fa16cdeb5
commit 8431800267

View file

@ -1,7 +1,7 @@
# Template file for 'libpsl' # Template file for 'libpsl'
pkgname=libpsl pkgname=libpsl
version=0.21.1 version=0.21.2
revision=5 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config python3" hostmakedepends="pkg-config python3"
makedepends="icu-devel" makedepends="icu-devel"
@ -9,15 +9,16 @@ short_desc="Public Suffix List library functions"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://rockdaboot.github.io/libpsl/" 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" distfiles="https://github.com/rockdaboot/libpsl/releases/download/${version}/libpsl-${version}.tar.gz"
checksum=ac6ce1e1fbd4d0254c4ddb9d37f1fa99dec83619c1253328155206b896210d4c checksum=e35991b6e17001afa2c0ca3b10c357650602b92596209b7492802f3768a6285f
post_install() { post_install() {
vlicense COPYING vlicense COPYING
} }
libpsl-devel_package() { libpsl-devel_package() {
depends="libpsl-${version}_${revision}" depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include