summaryrefslogtreecommitdiff
path: root/core/pkg-config/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/pkg-config/PKGBUILD')
-rw-r--r--core/pkg-config/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/pkg-config/PKGBUILD b/core/pkg-config/PKGBUILD
index 6e82ac673..a244d10f3 100644
--- a/core/pkg-config/PKGBUILD
+++ b/core/pkg-config/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 165722 2012-08-29 10:30:07Z allan $
+# $Id: PKGBUILD 176247 2013-01-28 00:29:25Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Committer: Judd Vinet <jvinet@zeroflux.org>
pkgname=pkg-config
-pkgver=0.27.1
+pkgver=0.28
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=('5392b4e3372879c5bf856173b418d6a2')
+md5sums=('aa3c86e67551adc3ac865160e34a2a0d')
build() {
cd ${srcdir}/${pkgname}-${pkgver}