diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-08-31 10:45:34 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-08-31 10:45:34 -0300 |
commit | db6d80995b7f835ba0b581a007bd0040e7d138b0 (patch) | |
tree | 00d3b174ccb85f692744e12059bcd04cddb2137c /core/pkg-config/PKGBUILD | |
parent | 8226dd7c223cb14962fe6a76f369b96684563155 (diff) | |
parent | 68cdc08aec92abf91448a542e06fabbedbb583bf (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
core/glibc/PKGBUILD
extra/telepathy-logger-qt/PKGBUILD
multilib-testing/lib32-glibc/PKGBUILD
testing/openssh/PKGBUILD
testing/openssh/sshd
testing/openssh/sshd.service
testing/spamassassin/PKGBUILD
testing/spamassassin/spamassassin.install
testing/upower/PKGBUILD
Diffstat (limited to 'core/pkg-config/PKGBUILD')
-rw-r--r-- | core/pkg-config/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/pkg-config/PKGBUILD b/core/pkg-config/PKGBUILD index 69e78a311..c11e18966 100644 --- a/core/pkg-config/PKGBUILD +++ b/core/pkg-config/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 163491 2012-07-13 12:30:49Z allan $ +# $Id: PKGBUILD 165722 2012-08-29 10:30:07Z 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' 'mips64el') @@ -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} |