Date: Monday, March 26, 2018 @ 20:38:28
  Author: alucryd
Revision: 312755

FS#57875: hexchat 2.14.1-2

Modified:
  hexchat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-03-26 20:34:44 UTC (rev 312754)
+++ PKGBUILD    2018-03-26 20:38:28 UTC (rev 312755)
@@ -4,7 +4,7 @@
 
 pkgname=hexchat
 pkgver=2.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A popular and easy to use graphical IRC (chat) client'
 arch=('x86_64')
 url='https://hexchat.github.io/'
@@ -11,10 +11,10 @@
 license=('GPL')
 depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
          'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
-makedepends=('intltool' 'iso-codes' 'luajit' 'meson' 'perl' 'python')
+makedepends=('intltool' 'iso-codes' 'lua' 'meson' 'perl' 'python')
 optdepends=('enchant: Spell check'
             'iso-codes: Display language names instead of codes'
-            'luajit: Lua plugin'
+            'lua: Lua plugin'
             'perl: Perl plugin'
             'python: Python plugin')
 source=("https://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz"{,.asc})
@@ -33,6 +33,7 @@
   cd build
 
   arch-meson ../hexchat-${pkgver} \
+    -Dwith-lua='lua' \
     -Dwith-text='true'
   ninja
 }

Reply via email to