diff options
Diffstat (limited to 'harmony')
-rw-r--r-- | harmony/glib/APKBUILD | 3 | ||||
-rw-r--r-- | harmony/zsh/APKBUILD | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/harmony/glib/APKBUILD b/harmony/glib/APKBUILD index 31a4fc576..89a98754f 100644 --- a/harmony/glib/APKBUILD +++ b/harmony/glib/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=glib pkgver=2.54.2 -pkgrel=0 +pkgrel=1 pkgdesc="Common C routines used by Gtk+ and other libs" url="https://developer.gnome.org/glib/" arch="all" @@ -46,6 +46,7 @@ build() { --disable-compile-warnings \ --disable-selinux \ --with-pcre=system \ + --with-python=python3 \ --with-pic \ --enable-static make diff --git a/harmony/zsh/APKBUILD b/harmony/zsh/APKBUILD index 277501492..0405b6ba6 100644 --- a/harmony/zsh/APKBUILD +++ b/harmony/zsh/APKBUILD @@ -3,11 +3,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=zsh pkgver=5.4.1 -pkgrel=0 +pkgrel=1 pkgdesc="A very advanced and programmable command interpreter (shell)" url="http://www.zsh.org/" arch="all" license="BSD" +depends="debianutils" # add-shell makedepends="ncurses-dev pcre-dev" install="zsh.post-install zsh.post-upgrade zsh.pre-deinstall" source="http://www.zsh.org/pub/$pkgname-$pkgver.tar.gz |