diff options
-rw-r--r-- | user/gtk-doc/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user/gtk-doc/APKBUILD b/user/gtk-doc/APKBUILD index 53e035c22..772832f64 100644 --- a/user/gtk-doc/APKBUILD +++ b/user/gtk-doc/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: pkgname=gtk-doc pkgver=1.29 -pkgrel=0 +pkgrel=1 pkgdesc="Documentation tool for public library API" url="https://www.gtk.org/gtk-doc/" arch="noarch" @@ -23,6 +23,7 @@ prepare() { build() { cd "$builddir" + export PYTHON=python3 ./configure \ --build=$CBUILD \ --host=$CHOST \ |