From 52a4948b9138662b1e7b23b04ef0d72101519f2d Mon Sep 17 00:00:00 2001 From: root Date: Tue, 15 May 2012 00:02:45 +0000 Subject: Tue May 15 00:02:45 UTC 2012 --- extra/apr/PKGBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'extra/apr/PKGBUILD') diff --git a/extra/apr/PKGBUILD b/extra/apr/PKGBUILD index 98fb60856..a1e496a34 100644 --- a/extra/apr/PKGBUILD +++ b/extra/apr/PKGBUILD @@ -1,24 +1,22 @@ -# $Id: PKGBUILD 149942 2012-02-11 23:30:26Z allan $ +# $Id: PKGBUILD 158966 2012-05-13 20:20:53Z jgc $ # Maintainer: Jan de Groot # Contributor: Andrea Scarpino # Contributor: Pierre Schmitz pkgname=apr -pkgver=1.4.5 -pkgrel=2 +pkgver=1.4.6 +pkgrel=1 pkgdesc="The Apache Portable Runtime" arch=('i686' 'x86_64') url="http://apr.apache.org/" -depends=('util-linux-ng>=2.16') +depends=('util-linux') options=('!libtool') license=('APACHE') source=(http://www.apache.org/dist/apr/apr-${pkgver}.tar.bz2) -md5sums=('8b53f5a5669d0597f2da889a2f576eb6') +md5sums=('ffee70a111fd07372982b0550bbb14b7') build() { cd "${srcdir}/apr-${pkgver}" - export apr_cv_accept4=no - ./configure --prefix=/usr --includedir=/usr/include/apr-1 \ --with-installbuilddir=/usr/share/apr-1/build \ --enable-nonportable-atomics \ -- cgit v1.2.3-54-g00ecf