diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-12-24 11:25:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-12-24 11:25:30 +0000 |
commit | 21535a76ca4f9fbf54063043b9ac68157a19fcdf (patch) | |
tree | 6b277c58d211deb1e731dd24efe90b395a3cbd73 /community/hexchat/APKBUILD | |
parent | b3a9119cfa03dbeb1a045127fb3871500fd302f9 (diff) | |
download | aports-21535a76ca4f9fbf54063043b9ac68157a19fcdf.tar.bz2 aports-21535a76ca4f9fbf54063043b9ac68157a19fcdf.tar.xz |
community/hexchat: build with python3-embed
ref #11066
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/ } |