diff options
Diffstat (limited to 'community/hexchat/APKBUILD')
-rw-r--r-- | community/hexchat/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/hexchat/APKBUILD b/community/hexchat/APKBUILD index 98d71d085a..eaa44314b4 100644 --- a/community/hexchat/APKBUILD +++ b/community/hexchat/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hexchat pkgver=2.14.3 -pkgrel=0 +pkgrel=1 pkgdesc="Graphical IRC client based on XChat" url="https://hexchat.github.io" arch="all !armhf !armv7" @@ -18,6 +18,7 @@ build() { -Dwith-lua=lua5.3 \ -Dwith-sysinfo=false \ -Dwith-libcanberra=false \ + -Dwith-python=python3-embed \ build_dir/ ninja -C build_dir/ } |