* update apr-util to 1.6.3-1
This commit is contained in:
parent
97e7c48c09
commit
79640d7d06
@ -3,8 +3,8 @@
|
||||
# Maintainer: Pierre Schmitz <pierre@archlinux.de>
|
||||
|
||||
pkgname=apr-util
|
||||
pkgver=1.6.1
|
||||
pkgrel=11
|
||||
pkgver=1.6.3
|
||||
pkgrel=1
|
||||
pkgdesc="The Apache Portable Runtime"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url="https://apr.apache.org/"
|
||||
@ -25,19 +25,20 @@ license=('APACHE')
|
||||
source=(https://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2{,.asc}
|
||||
disable_failing_test.patch # TODO: figure out why dbm test fails
|
||||
buildconf_config.guess_sub_location.patch)
|
||||
sha512sums=('40eff8a37c0634f7fdddd6ca5e596b38de15fd10767a34c30bbe49c632816e8f3e1e230678034f578dd5816a94f246fb5dfdf48d644829af13bf28de3225205d'
|
||||
sha512sums=('8050a481eeda7532ef3751dbd8a5aa6c48354d52904a856ef9709484f4b0cc2e022661c49ddf55ec58253db22708ee0607dfa7705d9270e8fee117ae4f06a0fe'
|
||||
'SKIP'
|
||||
'f3de06f845972e5fc85c0d01847bcd0cfbbdd5015798970c73e5ef1b2699c54118f00ba5b939d84bbdf748bd1a5088c1393289b1e62c005fa77878436c165802'
|
||||
'd19024b8a19e46e85dd03e2c06afae13b527e56c0e2864e5b92652c8ed558f155647f50b9cfaddb6e919b5a60922970b1d9f6c7fc62cd5872b3d22e787f99c65')
|
||||
validpgpkeys=('5B5181C2C0AB13E59DA3F7A3EC582EB639FF092C' # Jeff Trawick
|
||||
'B1B96F45DFBDCCF974019235193F180AB55D9977' # William A. Rowe, Jr. <wrowe@rowe-clan.net>
|
||||
'3CE3BAC2EB7BBC624D1D22D8F3B9D88CB87F79A9') # Nick Kew <niq@apache.org>
|
||||
'3CE3BAC2EB7BBC624D1D22D8F3B9D88CB87F79A9' # Nick Kew <niq@apache.org>
|
||||
'65B2D44FE74BD5E3DE3AC3F082781DE46D5954FA') # "Eric Covener <covener@apache.org>"
|
||||
|
||||
prepare() {
|
||||
cd apr-util-$pkgver
|
||||
patch -Np1 -i ../buildconf_config.guess_sub_location.patch
|
||||
#patch -Np1 -i ../buildconf_config.guess_sub_location.patch
|
||||
patch -Np1 -i ../disable_failing_test.patch
|
||||
./buildconf --with-apr=`apr-1-config --srcdir`
|
||||
#./buildconf --with-apr=`apr-1-config --srcdir`
|
||||
}
|
||||
|
||||
build() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user