diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-12-02 01:04:52 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-12-02 01:04:52 (GMT) |
commit | cab981e025edb64271d2d01f0e955163c46bae61 (patch) | |
tree | bf260fdb90328e5107c6bc03422dcd02c4d44673 /abs/core/pkg-config | |
parent | 6ea26e147ff0e0a1c203808ee82bda53785109dd (diff) | |
download | linhes_pkgbuild-cab981e025edb64271d2d01f0e955163c46bae61.zip linhes_pkgbuild-cab981e025edb64271d2d01f0e955163c46bae61.tar.gz linhes_pkgbuild-cab981e025edb64271d2d01f0e955163c46bae61.tar.bz2 |
pkg-config: update to 0.28
Diffstat (limited to 'abs/core/pkg-config')
-rw-r--r-- | abs/core/pkg-config/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/abs/core/pkg-config/PKGBUILD b/abs/core/pkg-config/PKGBUILD index a235d17..1835d5e 100644 --- a/abs/core/pkg-config/PKGBUILD +++ b/abs/core/pkg-config/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 163491 2012-07-13 12:30:49Z allan $ +# $Id$ # Maintainer: Allan McRae <allan@archlinux.org> -# Committer: Judd Vinet <jvinet@zeroflux.org> +# Contributor: Judd Vinet <jvinet@zeroflux.org> pkgname=pkg-config -pkgver=0.27 -pkgrel=1 +pkgver=0.28 +pkgrel=2 pkgdesc="A system for managing library compile/link flags" arch=('i686' 'x86_64') url="http://pkgconfig.freedesktop.org/wiki/" @@ -15,7 +15,7 @@ provides=("pkgconfig=${pkgver}") conflicts=('pkgconfig') replaces=('pkgconfig') source=(http://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz) -md5sums=('3a4c9feab14b6719afd8904945d9b4e4') +md5sums=('aa3c86e67551adc3ac865160e34a2a0d') build() { cd ${srcdir}/${pkgname}-${pkgver} |