* update libproxy to 0.5.3-1

This commit is contained in:
Alexander Baldeck 2023-07-24 19:45:29 +02:00
parent cde5c99932
commit abcee43e9d

View File

@ -1,4 +1,3 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
@ -7,8 +6,8 @@ pkgname=(
libproxy
libproxy-docs
)
pkgver=0.5.2
pkgrel=2
pkgver=0.5.3
pkgrel=1
pkgdesc="Automatic proxy configuration management library"
url="https://libproxy.github.io/libproxy/"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -26,13 +25,11 @@ makedepends=(
meson
vala
)
_commit=e4f467b05c8adf25e5a2d5464914fc7e92bb7990 # tags/0.5.2^0
_commit=29d51a611f28af0bdbd51a5779cc8df264c8dcff # tags/0.5.3
source=(
"git+https://github.com/libproxy/libproxy#commit=$_commit"
0001-Fix-crash-querying-URLs-without-a-host.patch
)
b2sums=('SKIP'
'32672271cce8d52c6051e51d5ccaf6186bcc26a582cd7e746e53ccc5c632c2f3019a1abfdc2c08ba9bf32a62af87ad027fce0a54b48c4abfdc8c4b7c700c7007')
b2sums=('SKIP')
pkgver() {
cd libproxy
@ -41,9 +38,6 @@ pkgver() {
prepare() {
cd libproxy
# https://bugs.archlinux.org/task/78881
git apply -3 ../0001-Fix-crash-querying-URLs-without-a-host.patch
}
build() {