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

Andrea Scarpino andrea at archlinux.org
Mon Feb 15 17:18:27 UTC 2010


    Date: Monday, February 15, 2010 @ 12:18:26
  Author: andrea
Revision: 68975

upgpkg: libssh 0.4.1-1
upstream release

Modified:
  libssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-15 17:07:41 UTC (rev 68974)
+++ PKGBUILD	2010-02-15 17:18:26 UTC (rev 68975)
@@ -4,7 +4,7 @@
 # Contributor: sergeantspoon <sergeantspoon at archlinux.us>
 
 pkgname=libssh
-pkgver=0.4.0
+pkgver=0.4.1
 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' 'automoc4')
 source=(http://www.libssh.org/files/$pkgname-$pkgver.tar.gz)
-md5sums=('bcb3d567bacd54c9f6b5b0e8c4d1102c')
+md5sums=('258402bf1fabf664daeba4e5fc7a8d09')
 
 build() {
   cd ${srcdir}
@@ -23,5 +23,9 @@
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release || return 1
   make || return 1
+}
+
+package(){
+  cd ${srcdir}/build
   make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list