diff options
author | Leo <thinkabit.ukim@gmail.com> | 2021-01-22 05:16:00 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-01-24 21:34:23 +0000 |
commit | 89d2ca4c146f24a266da0801d8121fb6280414ed (patch) | |
tree | c84ffa46782bd0f12bcfa67b18245926b9c0944b | |
parent | d03b71f6684c9c6dc2995aa7ebfc793226f47757 (diff) | |
download | aports-89d2ca4c146f24a266da0801d8121fb6280414ed.tar.gz aports-89d2ca4c146f24a266da0801d8121fb6280414ed.tar.bz2 aports-89d2ca4c146f24a266da0801d8121fb6280414ed.tar.xz |
community/hexchat: switch to lua5.4
-rw-r--r-- | community/hexchat/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/hexchat/APKBUILD b/community/hexchat/APKBUILD index 366b8db705..e451e35260 100644 --- a/community/hexchat/APKBUILD +++ b/community/hexchat/APKBUILD @@ -1,13 +1,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hexchat pkgver=2.14.3 -pkgrel=2 +pkgrel=3 pkgdesc="Graphical IRC client based on XChat" url="https://hexchat.github.io" arch="all !armhf !armv7" license="GPL-2.0-or-later" makedepends="dbus-glib-dev gtk+2.0-dev iso-codes libnotify-dev libproxy-dev - openssl-dev libsexy-dev libxml2-dev lua5.3-dev meson python3-dev" + openssl-dev libsexy-dev libxml2-dev lua5.4-dev meson python3-dev" subpackages="$pkgname-doc $pkgname-lang $pkgname-python:_python" source="https://dl.hexchat.net/hexchat/hexchat-$pkgver.tar.xz force-meson-build-order.patch" @@ -15,7 +15,7 @@ source="https://dl.hexchat.net/hexchat/hexchat-$pkgver.tar.xz build() { abuild-meson \ -Dwith-perl=false \ - -Dwith-lua=lua5.3 \ + -Dwith-lua=lua5.4 \ -Dwith-sysinfo=false \ -Dwith-libcanberra=false \ -Dwith-python=python3-embed \ |