summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3130a993dad3..2e4e74a0f65c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=babl-git
-pkgver=0.1.18.1.g654aa19
+pkgver=0.1.18.12.gef88a22
pkgrel=1
pkgdesc="babl is a dynamic, any to any, pixel format translation library."
arch=('i686' 'x86_64')
@@ -23,8 +23,7 @@ _gitname=babl
build() {
cd "$srcdir/$_gitname"
- ./autogen.sh
- ./configure --prefix=/usr
+ ./autogen.sh --prefix=/usr --disable-docs
make
}