From 6036ded3de57f412e4bf9acb3e989b451da7ca50 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 2 Oct 2015 23:21:26 -0300 Subject: hexchat-2.10.2-4.parabola1: rebuild for python 3.5 --- libre/hexchat/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libre') 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 # Contributor (Arch): TingPing # Maintainer: André Silva 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 -- cgit v1.2.3-54-g00ecf