diff options
Diffstat (limited to 'libre/hexchat/PKGBUILD')
-rw-r--r-- | libre/hexchat/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/hexchat/PKGBUILD b/libre/hexchat/PKGBUILD index bb7d5aeca..718e684a0 100644 --- a/libre/hexchat/PKGBUILD +++ b/libre/hexchat/PKGBUILD @@ -5,14 +5,14 @@ pkgname=hexchat pkgver=2.12.4 -pkgrel=2.parabola1 +pkgrel=3.parabola1 pkgdesc='A popular and easy to use graphical IRC (chat) client, without nonfree browser reference' arch=('i686' 'x86_64' 'armv7h') url='https://hexchat.github.io/' license=('GPL') depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2' 'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils') -makedepends=('intltool' 'iso-codes' 'lua' 'perl' 'python') +makedepends=('intltool' 'iso-codes' 'lua' 'perl' 'python' 'autoconf-archive') optdepends=('enchant: Spell check' 'iso-codes: Display language names instead of codes' 'lua: Lua plugin' |