[arch-commits] Commit in pkg-config/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Tue Sep 29 09:05:46 UTC 2015
Date: Tuesday, September 29, 2015 @ 11:05:46
Author: allan
Revision: 247884
upgpkg: pkg-config 0.29-1
upstream update
Modified:
pkg-config/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-29 07:40:30 UTC (rev 247883)
+++ PKGBUILD 2015-09-29 09:05:46 UTC (rev 247884)
@@ -3,8 +3,8 @@
# Contributor: Judd Vinet <jvinet at zeroflux.org>
pkgname=pkg-config
-pkgver=0.28
-pkgrel=2
+pkgver=0.29
+pkgrel=1
pkgdesc="A system for managing library compile/link flags"
arch=('i686' 'x86_64')
url="http://pkgconfig.freedesktop.org/wiki/"
@@ -14,8 +14,10 @@
provides=("pkgconfig=${pkgver}")
conflicts=('pkgconfig')
replaces=('pkgconfig')
-source=(http://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
-md5sums=('aa3c86e67551adc3ac865160e34a2a0d')
+source=(http://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz{,.asc})
+validpgpkeys=('6B99CE97F17F48C27F722D71023A4420C7EC6914') # Dan Nicholson
+md5sums=('77f27dce7ef88d0634d0d6f90e03a77f'
+ 'SKIP')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
More information about the arch-commits
mailing list