diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-05-03 02:49:53 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-05-03 02:49:53 -0300 |
commit | 3dda014261b9de8d865c25556c3d8c2e7e11c1f4 (patch) | |
tree | b0dfb3f225698ac9e0d095c4076b9ec85b94da82 | |
parent | 75ce7d5877c0ddef735e3e67ee9efeb3d116b132 (diff) | |
download | abslibre-3dda014261b9de8d865c25556c3d8c2e7e11c1f4.tar.gz abslibre-3dda014261b9de8d865c25556c3d8c2e7e11c1f4.tar.bz2 abslibre-3dda014261b9de8d865c25556c3d8c2e7e11c1f4.zip |
libre/hexchat: update package
-rw-r--r-- | libre/hexchat/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libre/hexchat/PKGBUILD b/libre/hexchat/PKGBUILD index f2b8efbf7..f9b1faa83 100644 --- a/libre/hexchat/PKGBUILD +++ b/libre/hexchat/PKGBUILD @@ -1,25 +1,26 @@ -# $Id: PKGBUILD 172208 2016-04-27 21:31:27Z alucryd $ +# $Id: PKGBUILD 173439 2016-05-02 18:02:47Z alucryd $ # Maintainer (Arch): Maxime Gauduin <alucryd@archlinux.org> # Contributor (Arch): TingPing <tingping@tingping.se> # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=hexchat -pkgver=2.12.0 -pkgrel=2.parabola1 +pkgver=2.12.1 +pkgrel=1.parabola1 pkgdesc='A popular and easy to use graphical IRC (chat) client, without nonfree browser reference' arch=('i686' 'x86_64' 'armv7h') url='http://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' 'perl' 'python') +makedepends=('intltool' 'iso-codes' 'lua' 'perl' 'python') optdepends=('enchant: Spell check' + 'lua: Lua plugin' 'perl: Perl plugin' 'python: Python plugin') replaces=(${pkgname}-libre) conflicts=(${pkgname}-libre) source=("http://dl.hexchat.net/${pkgname}/${pkgname}-${pkgver}.tar.xz") -sha256sums=('c2072f97510c0fe6ecfb0878750d27179633e08199066972fa00e5a23e67d69d') +sha256sums=('5201b0c6d17dcb8c2cb79e9c39681f8e052999ba8f7b5986d5c1e7dc68fa7c6b') prepare() { cd ${pkgname}-${pkgver} |