libproxy: update to 0.5.12.

This commit is contained in:
Duncaen
2026-08-02 23:16:48 +02:00
parent 90e756ca3e
commit 1bcf6c39d0
+6 -3
View File
@@ -1,6 +1,6 @@
# Template file for 'libproxy'
pkgname=libproxy
version=0.5.11
version=0.5.12
revision=1
build_style=meson
build_helper=gir
@@ -14,11 +14,13 @@ license="LGPL-2.1-or-later"
homepage="http://github.com/libproxy/libproxy"
distfiles="https://github.com/libproxy/libproxy/releases/download/${version}/libproxy-${version}.tar.xz"
distfiles="https://github.com/libproxy/libproxy/archive/refs/tags/${version}.tar.gz"
checksum=b364f4dbbffc5bdf196330cb76b48abcb489f38b1543e67595ca6cb7ec45d265
changelog="https://github.com/libproxy/libproxy/releases"
checksum=a1fa55991998b80a567450a9e84382421a7176a84446c95caaa8b72cf09fa86f
replaces="libproxy-python3<=0.4.18_4"
libproxy-devel_package() {
depends="libproxy>=${version}_${revision}"
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
@@ -26,6 +28,7 @@ libproxy-devel_package() {
vmove usr/share/gir-1.0
vmove usr/share/vala
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}