diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/hexchat/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libre/hexchat/PKGBUILD b/libre/hexchat/PKGBUILD index cd939f6e2..74dd50d6f 100644 --- a/libre/hexchat/PKGBUILD +++ b/libre/hexchat/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 135296 2015-06-14 15:35:50Z foutrelis $ +# $Id: PKGBUILD 141435 2015-09-22 04:11:35Z fyan $ # Maintainer (Arch): Maxime Gauduin <alucryd@archlinux.org> # Contributor (Arch): TingPing <tingping@tingping.se> # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=hexchat pkgver=2.10.2 -pkgrel=3.parabola1 +pkgrel=4.parabola1 pkgdesc='A popular and easy to use graphical IRC (chat) client, without nonfree browser reference (Parabola rebranded)' -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64') url='http://hexchat.github.io/' license=('GPL') depends=('dbus-glib' 'desktop-file-utils' 'gtk2' 'libcanberra' 'libnotify' @@ -26,6 +26,7 @@ prepare() { cd ${pkgname}-${pkgver} # sed 's/CFLAGS="$PERL_CFLAGS"/CFLAGS="$PERL_CFLAGS -fuse-ld=gold"/' -i configure + sed -i 's/python-3.4/python-3.5/' configure # Rebrand to Parabola sed -i 's#ArchLinux#Parabola GNU/Linux-libre#' plugins/sysinfo/parse.c |