Date: Monday, May 2, 2016 @ 20:02:47 Author: alucryd Revision: 173439
upgpkg: hexchat 2.12.1-1 Modified: hexchat/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-02 16:55:57 UTC (rev 173438) +++ PKGBUILD 2016-05-02 18:02:47 UTC (rev 173439) @@ -3,8 +3,8 @@ # Contributor: TingPing <[email protected]> pkgname=hexchat -pkgver=2.12.0 -pkgrel=2 +pkgver=2.12.1 +pkgrel=1 pkgdesc='A popular and easy to use graphical IRC (chat) client' arch=('i686' 'x86_64') url='http://hexchat.github.io/' @@ -11,12 +11,13 @@ license=('GPL') depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2' 'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils') -makedepends=('intltool' 'iso-codes' 'perl' 'python') +makedepends=('intltool' 'iso-codes' 'lua' 'perl' 'python') optdepends=('enchant: Spell check' + 'lua: Lua plugin' 'perl: Perl plugin' 'python: Python plugin') source=("http://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz") -sha256sums=('c2072f97510c0fe6ecfb0878750d27179633e08199066972fa00e5a23e67d69d') +sha256sums=('5201b0c6d17dcb8c2cb79e9c39681f8e052999ba8f7b5986d5c1e7dc68fa7c6b') build() { cd hexchat-${pkgver}
