diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-10-11 21:36:28 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-10-11 21:36:28 -0300 |
commit | 2459355a4c78150696b44fdcbea4703ba379c5ce (patch) | |
tree | a8a05e5cbc7076f7783a1190f31178c2d2f88a99 /libre/hexchat | |
parent | 2516f947d89d3ac486b9df6dfc4d80df748c71da (diff) | |
download | abslibre-2459355a4c78150696b44fdcbea4703ba379c5ce.tar.gz abslibre-2459355a4c78150696b44fdcbea4703ba379c5ce.tar.bz2 abslibre-2459355a4c78150696b44fdcbea4703ba379c5ce.zip |
hexchat-2.12.2-1.parabola1: updating version
Diffstat (limited to 'libre/hexchat')
-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} |