[arch-commits] Commit in weechat/trunk (PKGBUILD)

Giovanni Scafora giovanni at nymeria.archlinux.org
Sat Sep 7 06:03:07 UTC 2013


    Date: Saturday, September 7, 2013 @ 08:03:06
  Author: giovanni
Revision: 193934

upgpkg: weechat 0.4.1-3

FS36812 - switch to python 3

Modified:
  weechat/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-07 05:53:52 UTC (rev 193933)
+++ PKGBUILD	2013-09-07 06:03:06 UTC (rev 193934)
@@ -4,14 +4,14 @@
 
 pkgname=weechat
 pkgver=0.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('i686' 'x86_64')
 url="http://www.weechat.org/"
 license=('GPL')
 depends=('gnutls' 'curl' 'libgcrypt')
-makedepends=('cmake' 'pkg-config' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
-optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+makedepends=('cmake' 'pkg-config' 'perl' 'python' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+optdepends=('perl' 'python' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
 options=('!libtool')
 source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('071d6f1cd21c892cae126af21095c43f')
@@ -22,8 +22,8 @@
   mkdir build
   cd build
   cmake .. -DPREFIX=/usr \
-        -DPYTHON_EXECUTABLE=/usr/bin/python2 \
-        -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
+        -DPYTHON_EXECUTABLE=/usr/bin/python3 \
+        -DPYTHON_LIBRARY=/usr/lib/libpython3.so
 }
 
 package() {




More information about the arch-commits mailing list