diff options
author | root <root@rshg054.dnsready.net> | 2012-08-27 00:04:02 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-27 00:04:02 +0000 |
commit | fda2b119766956ebbf97ba80640e6eeb1519cad4 (patch) | |
tree | 50f7d948c45070fe310494e3446d50ad132f1100 /testing/pkg-config/PKGBUILD | |
parent | ca0c70ec611689e1233665e7e8c0b1bb99415bc0 (diff) |
Mon Aug 27 00:04:01 UTC 2012
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} |