diff options
Diffstat (limited to 'testing/pkg-config/PKGBUILD')
-rw-r--r-- | testing/pkg-config/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/pkg-config/PKGBUILD b/testing/pkg-config/PKGBUILD index fb1f82bf7..0db10d836 100644 --- a/testing/pkg-config/PKGBUILD +++ b/testing/pkg-config/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 163231 2012-07-11 13:10:57Z allan $ +# $Id: PKGBUILD 165565 2012-08-25 05:11:36Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Committer: Judd Vinet <jvinet@zeroflux.org> pkgname=pkg-config -pkgver=0.27 +pkgver=0.27.1 pkgrel=1 pkgdesc="A system for managing library compile/link flags" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ provides=("pkgconfig=${pkgver}") conflicts=('pkgconfig') replaces=('pkgconfig') source=(http://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz) -md5sums=('3a4c9feab14b6719afd8904945d9b4e4') +md5sums=('5392b4e3372879c5bf856173b418d6a2') build() { cd ${srcdir}/${pkgname}-${pkgver} |