aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-pygtksourceview2
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-17 20:57:32 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-17 21:03:42 +0000
commite374d0adb77ca21059a1ba75048eb14132fb1771 (patch)
tree52db1c2855ea72a3b6bda84a8a35d47cecb184f3 /testing/py-pygtksourceview2
parenta68023264be1b270e4036cdff1cd5b6f4bb79114 (diff)
testing/py-pygtksourceview2: update config.guess
Diffstat (limited to 'testing/py-pygtksourceview2')
-rw-r--r--testing/py-pygtksourceview2/APKBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/py-pygtksourceview2/APKBUILD b/testing/py-pygtksourceview2/APKBUILD
index 3c4131ab269..f23d9bc3c4c 100644
--- a/testing/py-pygtksourceview2/APKBUILD
+++ b/testing/py-pygtksourceview2/APKBUILD
@@ -15,6 +15,11 @@ subpackages="$pkgname-dev"
source="https://download.gnome.org/sources/$_pkgname/2.10/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
+prepare() {
+ default_prepare || return 1
+ update_config_guess || return 1
+}
+
build() {
cd "$builddir"
./configure \