diff options
Diffstat (limited to 'libre/hexchat-libre')
-rw-r--r-- | libre/hexchat-libre/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/hexchat-libre/PKGBUILD b/libre/hexchat-libre/PKGBUILD index 81a4e370b..bab6e70c5 100644 --- a/libre/hexchat-libre/PKGBUILD +++ b/libre/hexchat-libre/PKGBUILD @@ -6,17 +6,17 @@ _pkgname=hexchat pkgname=hexchat-libre pkgver=2.9.5 -pkgrel=3 +pkgrel=4 pkgdesc="A popular and easy to use graphical IRC (chat) client, without non-free browser reference (Parabola rebranded)" arch=('i686' 'x86_64' 'mips64el') url="http://www.hexchat.org/" license=('GPL') -options=('!libtool') -depends=('desktop-file-utils' 'gtkspell' 'hicolor-icon-theme' 'libnotify' 'libproxy' 'pciutils') +depends=('dbus-glib' 'desktop-file-utils' 'hicolor-icon-theme' 'libnotify' 'libproxy' 'libsexy' 'pciutils') makedepends=('perl' 'python2') optdepends=('enchant: Spell check' 'perl: Perl plugin' 'python2: Python plugin') +options=('!libtool') install=${_pkgname}.install replaces=$_pkgname conflicts=$_pkgname @@ -40,7 +40,7 @@ build() { # Build ./autogen.sh - ./configure --prefix=/usr --enable-{shm,spell=gtkspell,textfe} + ./configure --prefix=/usr --enable-{shm,spell=libsexy,textfe} make } |