apr-util: 1.5.3

This commit is contained in:
Neophytos Kolokotronis 2014-05-26 10:55:58 +00:00
parent d245d388b9
commit 4ff34ff86b

View File

@ -1,11 +1,8 @@
# # Maintainer: Neophytos Kolokotronis <tetris4ATgmailDOTcom>
# Core Packages for Chakra, part of chakra-project.org
#
# maintainer abveritas@chakra-project.org
pkgname=apr-util pkgname=apr-util
pkgver=1.5.1 pkgver=1.5.3
pkgrel=2 pkgrel=1
pkgdesc="The Apache Portable Runtime" pkgdesc="The Apache Portable Runtime"
arch=('x86_64') arch=('x86_64')
url="http://apr.apache.org/" url="http://apr.apache.org/"
@ -13,7 +10,7 @@ depends=('apr' 'gdbm' 'expat' 'db' 'libldap' 'unixodbc')
options=('!libtool') options=('!libtool')
license=('APACHE') license=('APACHE')
source=("http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2") source=("http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2")
md5sums=('9c1db8606e520f201c451ec9a0b095f6') md5sums=('6f3417691c7a27090f36e7cf4d94b36e')
build() { build() {
cd "${srcdir}/apr-util-${pkgver}" cd "${srcdir}/apr-util-${pkgver}"