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

Andrea Scarpino andrea at archlinux.org
Sat Apr 24 01:30:29 UTC 2010


    Date: Friday, April 23, 2010 @ 21:30:29
  Author: andrea
Revision: 78463

upgpkg: weechat 0.3.2-1
upstream release

Modified:
  weechat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-24 01:20:22 UTC (rev 78462)
+++ PKGBUILD	2010-04-24 01:30:29 UTC (rev 78463)
@@ -3,7 +3,7 @@
 # Contributor: lucke <lucke at o2 dot pl>
 
 pkgname=weechat
-pkgver=0.3.1.1
+pkgver=0.3.2
 pkgrel=1
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('i686' 'x86_64')
@@ -12,9 +12,9 @@
 depends=('gnutls' 'aspell')
 makedepends=('pkgconfig' 'perl' 'python' 'lua' 'tcl' 'ruby')
 optdepends=('perl' 'python' 'lua' 'tcl' 'ruby')
+options=('!libtool')
 source=(http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2)
-options=(!libtool)
-md5sums=('25bfb4afef8adc3d52de2c74f0b32550')
+md5sums=('b0b00b321203dd5746a25248a9adaa92')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -23,5 +23,9 @@
               --includedir=${pkgdir}/usr/include \
               --with-debug=0 LDFLAGS="-lm -ldl"
   make || return 1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}/" install || return 1
 }




More information about the arch-commits mailing list