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

Giovanni Scafora giovanni at archlinux.org
Sun Jan 24 18:46:41 UTC 2010


    Date: Sunday, January 24, 2010 @ 13:46:41
  Author: giovanni
Revision: 65173

upgpkg: weechat 0.3.1-2
    Fixed FS17990

Modified:
  weechat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-24 18:34:01 UTC (rev 65172)
+++ PKGBUILD	2010-01-24 18:46:41 UTC (rev 65173)
@@ -4,14 +4,14 @@
 
 pkgname=weechat
 pkgver=0.3.1
-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' 'aspell' 'tcl')
-makedepends=('pkgconfig' 'perl' 'python' 'lua')
-optdepends=('perl' 'python' 'lua')
+depends=('gnutls' 'aspell')
+makedepends=('pkgconfig' 'perl' 'python' 'lua' 'tcl' 'ruby')
+optdepends=('perl' 'python' 'lua' 'tcl' 'ruby')
 source=(http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2)
 options=(!libtool)
 md5sums=('517621c6e7904f5fccbdeaca27f4b63d')
@@ -21,7 +21,6 @@
 
   ./configure --prefix=/usr \
               --includedir=${pkgdir}/usr/include \
-              --disable-ruby \
               --with-debug=0 LDFLAGS="-lm -ldl"
   make || return 1
   make DESTDIR="${pkgdir}/" install || return 1




More information about the arch-commits mailing list