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