summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsirlucjan2015-07-20 19:54:40 +0200
committersirlucjan2015-07-20 19:54:40 +0200
commitf03ba3b1d547141e4e51493d880bdec9050b00e9 (patch)
tree924ed41ea71e338bc40a91c133cf1f8b75bcdf11 /PKGBUILD
parent6e952623d1660ecd7eca04f22e6a8730622c4a9b (diff)
downloadaur-pkgconf.tar.gz
0.9.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b7ffdc8702a..71dda97a1439 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Bartlomiej Piotrowski <nospam@bpiotrowski.pl>
pkgname=pkgconf
-pkgver=0.9.11
-pkgrel=3
+pkgver=0.9.12
+pkgrel=1
pkgdesc='Light pkg-config replacement'
url='https://github.com/pkgconf/pkgconf'
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ provides=('pkg-config' 'pkgconfig')
replaces=('pkg-config' 'pkgconfig')
depends=('glibc')
source=("https://github.com/pkgconf/pkgconf/archive/$pkgname-$pkgver.tar.gz")
-sha256sums=('6649762eee0d222e1d231e6b4ab2e4596a23788f3341b040eea404d4c85731c1')
+sha256sums=('d31a19e22908e5bf277454261222da0640115844f7a62672dbe9e92061d547c5')
build() {
cd "$srcdir/$pkgname-$pkgname-$pkgver"