[arch-commits] Commit in hexchat/trunk (PKGBUILD)

Christian Hesse eworm at gemini.archlinux.org
Sun Oct 10 21:45:34 UTC 2021


    Date: Sunday, October 10, 2021 @ 21:45:34
  Author: eworm
Revision: 1029305

upgpkg: hexchat 2.16.0-2: reenable text-frontend (FS#72384)

Modified:
  hexchat/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-10 21:35:53 UTC (rev 1029304)
+++ PKGBUILD	2021-10-10 21:45:34 UTC (rev 1029305)
@@ -3,7 +3,7 @@
 
 pkgname=hexchat
 pkgver=2.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A popular and easy to use graphical IRC (chat) client'
 arch=('x86_64')
 url='https://hexchat.github.io/'
@@ -22,7 +22,7 @@
 build() {
   arch-meson hexchat build \
     -Dwith-lua='lua' \
-    -Dwith-text='true'
+    -Dtext-frontend='true'
   ninja -C build
 }
 



More information about the arch-commits mailing list