Date: Monday, May 2, 2016 @ 20:08:27 Author: alucryd Revision: 173440
Fix archrelease Modified: hexchat/repos/community-i686/PKGBUILD hexchat/repos/community-x86_64/PKGBUILD ---------------------------+ community-i686/PKGBUILD | 9 +++++---- community-x86_64/PKGBUILD | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) Modified: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2016-05-02 18:02:47 UTC (rev 173439) +++ community-i686/PKGBUILD 2016-05-02 18:08:27 UTC (rev 173440) @@ -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} Modified: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2016-05-02 18:02:47 UTC (rev 173439) +++ community-x86_64/PKGBUILD 2016-05-02 18:08:27 UTC (rev 173440) @@ -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}
