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

Giovanni Scafora giovanni at archlinux.org
Mon Aug 3 01:00:35 UTC 2009


    Date: Sunday, August 2, 2009 @ 21:00:34
  Author: giovanni
Revision: 48514

upgpkg: weechat 0.2.6.3-3
    Ruby plugin disabled

Modified:
  weechat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-02 23:37:49 UTC (rev 48513)
+++ PKGBUILD	2009-08-03 01:00:34 UTC (rev 48514)
@@ -4,14 +4,14 @@
 
 pkgname=weechat
 pkgver=0.2.6.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('i686' 'x86_64')
 url="http://weechat.flashtux.org/index.php?lang=en"
 license=('GPL')
 depends=('gnutls>=2.6.4' 'aspell')
 makedepends=('pkgconfig')
-optdepends=('perl>=5.10' 'python>=2.6' 'ruby' 'lua')
+optdepends=('perl>=5.10' 'python>=2.6' 'lua')
 source=(http://weechat.flashtux.org/download/$pkgname-$pkgver.tar.bz2)
 options=(!libtool)
 md5sums=('ebc2874ae82c29b7ab005f5812b61598')
@@ -19,8 +19,8 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr \
+              --disable-ruby \
               --with-debug=0 LDFLAGS="-lm -ldl"
   make || return 1
   make DESTDIR="${pkgdir}/" install
 }
-




More information about the arch-commits mailing list