diff options
-rw-r--r-- | libre/hexchat/PKGBUILD | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/libre/hexchat/PKGBUILD b/libre/hexchat/PKGBUILD index dff6ae9ec..67f8872b0 100644 --- a/libre/hexchat/PKGBUILD +++ b/libre/hexchat/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 175079 2016-05-12 17:22:47Z alucryd $ +# $Id: PKGBUILD 191723 2016-10-09 18:13: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.1 -pkgrel=3.parabola1 +pkgver=2.12.2 +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/' @@ -19,8 +19,10 @@ optdepends=('enchant: Spell check' 'python: Python plugin') replaces=(${pkgname}-libre) conflicts=(${pkgname}-libre) -source=("http://dl.hexchat.net/${pkgname}/${pkgname}-${pkgver}.tar.xz") -sha256sums=('5201b0c6d17dcb8c2cb79e9c39681f8e052999ba8f7b5986d5c1e7dc68fa7c6b') +source=("http://dl.hexchat.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc}) +sha256sums=('6dad783f37aac32a8301a12d498af7a74900f011aec4e77bb378ae9797a3ccf6' + 'SKIP') +validpgpkeys=('108BF2212A051F4A72B18448B3C7CE210DE76DFC') # Patrick Griffis prepare() { cd ${pkgname}-${pkgver} |