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

Rémy Oudompheng remy at archlinux.org
Tue Aug 31 16:45:57 UTC 2010


    Date: Tuesday, August 31, 2010 @ 12:45:56
  Author: remy
Revision: 89425

upgpkg: weechat 0.3.3-2
Rebuild for python2

Modified:
  weechat/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-31 16:28:19 UTC (rev 89424)
+++ PKGBUILD	2010-08-31 16:45:56 UTC (rev 89425)
@@ -4,13 +4,13 @@
 
 pkgname=weechat
 pkgver=0.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('i686' 'x86_64')
 url="http://www.weechat.org/"
 license=('GPL')
 depends=('gnutls')
-makedepends=('pkgconfig' 'perl' 'python' 'lua' 'tcl' 'ruby' 'aspell')
+makedepends=('pkgconfig' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell')
 optdepends=('perl' 'python' 'lua' 'tcl' 'ruby' 'aspell')
 options=('!libtool')
 source=(http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2)
@@ -18,7 +18,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-
+  sed -i -e 's#python2.2#python2.2 python2#' configure
   ./configure --prefix=/usr \
               --includedir=${pkgdir}/usr/include \
               --with-debug=0 LDFLAGS="-lm -ldl"




More information about the arch-commits mailing list