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

Giovanni Scafora giovanni at archlinux.org
Sun May 15 23:09:30 UTC 2011


    Date: Sunday, May 15, 2011 @ 19:09:30
  Author: giovanni
Revision: 124014

upgpkg: weechat 0.3.5-1
upstream release

Modified:
  weechat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-15 22:54:33 UTC (rev 124013)
+++ PKGBUILD	2011-05-15 23:09:30 UTC (rev 124014)
@@ -3,7 +3,7 @@
 # Contributor: lucke <lucke at o2 dot pl>
 
 pkgname=weechat
-pkgver=0.3.4
+pkgver=0.3.5
 pkgrel=1
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 makedepends=('cmake' 'pkgconfig' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell')
 optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell')
 options=('!libtool')
-source=(http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('79207fea567548462fe36397e633d287')
+source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('0d2a089bfbfa550e0c65618a171fb3c4')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -23,11 +23,11 @@
   cd build
   cmake .. -DPREFIX=/usr \
         -DPYTHON_EXECUTABLE=/usr/bin/python2 \
-        -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so || return 1
+        -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}/build"
 
-  make DESTDIR="${pkgdir}/" install || return 1
+  make DESTDIR="${pkgdir}/" install
 }




More information about the arch-commits mailing list