aboutsummaryrefslogtreecommitdiffstats
path: root/community/babl
diff options
context:
space:
mode:
Diffstat (limited to 'community/babl')
-rw-r--r--community/babl/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/babl/APKBUILD b/community/babl/APKBUILD
index dbdd205b93..595976c874 100644
--- a/community/babl/APKBUILD
+++ b/community/babl/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=babl
pkgver=0.1.74
-pkgrel=0
+pkgrel=1
pkgdesc="Dynamic, any to any, pixel format conversion library"
url="http://gegl.org/babl"
arch="all"
@@ -16,7 +16,7 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
- --buildtype=release \
+ --buildtype=plain \
. output
ninja -C output
}