aboutsummaryrefslogtreecommitdiffstats
path: root/community/hexchat/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/hexchat/APKBUILD')
-rw-r--r--community/hexchat/APKBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/community/hexchat/APKBUILD b/community/hexchat/APKBUILD
index 8d9627e417a..473fd0c8c41 100644
--- a/community/hexchat/APKBUILD
+++ b/community/hexchat/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=hexchat
-pkgver=2.16.1
-pkgrel=2
+pkgver=2.16.2
+pkgrel=1
pkgdesc="Graphical IRC client based on XChat"
url="https://hexchat.github.io"
arch="all"
@@ -17,11 +17,12 @@ makedepends="
lua5.4-dev
meson
openssl-dev>3
- python3-dev
py3-cffi
+ py3-setuptools
+ python3-dev
"
subpackages="$pkgname-doc $pkgname-lang $pkgname-python:_python"
-source="https://dl.hexchat.net/hexchat/hexchat-$pkgver.tar.xz
+source="https://github.com/hexchat/hexchat/releases/download/v$pkgver/hexchat-$pkgver.tar.xz
force-meson-build-order.patch
"
options="!check" # No test suite
@@ -33,7 +34,7 @@ build() {
-Dwith-sysinfo=false \
-Dwith-python=python3-embed \
build_dir/
- meson compile ${JOBS:+-j ${JOBS}} -C build_dir/
+ meson compile -C build_dir/
}
package() {
@@ -52,6 +53,6 @@ _python() {
}
sha512sums="
-9e6baa30ec8c3ce4fb56e2c82625da63295040eaf93a542aec8a4a18a6a3c95d69d1d4ffabc952bcdcd7b754afef234b348f296143991fafd0550342db95ce0e hexchat-2.16.1.tar.xz
+2ceb4332328c4acf55a46bf5c45788a7f3a73fd2ffd676751c75cc08ca04ced5569c1e6406877e6f2972b8967e94bea2ad70a6966ade7cd811b5c4d700409ee2 hexchat-2.16.2.tar.xz
f579622330391fbce798bf9b0e5c1d07975a188b79f7160ab8c921b7df92b2d31444f30d6f62b7b08f7543a4ef40975ecf53705903374b73069bb369967491c5 force-meson-build-order.patch
"