summaryrefslogtreecommitdiff
path: root/libre/hexchat
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-02 23:21:26 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-10-02 23:21:26 -0300
commit6036ded3de57f412e4bf9acb3e989b451da7ca50 (patch)
tree82c1c69da358dec288bda40e46b41cc8892f5ddb /libre/hexchat
parent8bf20937034d8f51275a68755002ad6d5e59fe23 (diff)
hexchat-2.10.2-4.parabola1: rebuild for python 3.5
Diffstat (limited to 'libre/hexchat')
-rw-r--r--libre/hexchat/PKGBUILD7
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