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

Andrea Scarpino andrea at archlinux.org
Wed Jul 14 21:54:35 UTC 2010


    Date: Wednesday, July 14, 2010 @ 17:54:34
  Author: andrea
Revision: 85516

upgpkg: libssh 0.4.5-1
upstream release

Modified:
  libssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-07-14 20:08:00 UTC (rev 85515)
+++ PKGBUILD	2010-07-14 21:54:34 UTC (rev 85516)
@@ -1,10 +1,10 @@
-# $Id: $
+# $Id $
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: ice-man <icemanf at gmail.com>
 # Contributor: sergeantspoon <sergeantspoon at archlinux.us>
 
 pkgname=libssh
-pkgver=0.4.4
+pkgver=0.4.5
 pkgrel=1
 pkgdesc="Library for accessing ssh client services through C libraries"
 url="http://www.libssh.org/"
@@ -13,7 +13,7 @@
 depends=('openssl')
 makedepends=('cmake' 'doxygen')
 source=("http://www.libssh.org/files/${pkgname}-${pkgver}.tar.gz")
-md5sums=('2fd85f902c5be2a645d4c2e4d4151052')
+md5sums=('156bf2402f3251b50b15fe8598c9031d')
 
 build() {
   cd ${srcdir}
@@ -21,11 +21,11 @@
   cd build
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release || return 1
-  make || return 1
+    -DCMAKE_BUILD_TYPE=Release
+  make
 }
 
 package(){
   cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list