[arch-commits] Commit in hexchat/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Tue Sep 22 04:11:36 UTC 2015
Date: Tuesday, September 22, 2015 @ 06:11:35
Author: fyan
Revision: 141435
upgpkg: hexchat 2.10.2-4
rebuild for python 3.5
Modified:
hexchat/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-22 03:46:25 UTC (rev 141434)
+++ PKGBUILD 2015-09-22 04:11:35 UTC (rev 141435)
@@ -4,7 +4,7 @@
pkgname=hexchat
pkgver=2.10.2
-pkgrel=3
+pkgrel=4
pkgdesc='A popular and easy to use graphical IRC (chat) client'
arch=('i686' 'x86_64')
url='http://hexchat.github.io/'
@@ -23,6 +23,7 @@
cd hexchat-${pkgver}
# sed 's/CFLAGS="$PERL_CFLAGS"/CFLAGS="$PERL_CFLAGS -fuse-ld=gold"/' -i configure
+ sed -i 's/python-3.4/python-3.5/' configure
}
build() {
More information about the arch-commits
mailing list