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

Andrea Scarpino andrea at archlinux.org
Wed Jun 1 18:06:44 UTC 2011


    Date: Wednesday, June 1, 2011 @ 14:06:44
  Author: andrea
Revision: 126134

upgpkg: libssh 0.5.0-1
upstream release

Modified:
  libssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-01 17:34:13 UTC (rev 126133)
+++ PKGBUILD	2011-06-01 18:06:44 UTC (rev 126134)
@@ -4,7 +4,7 @@
 # Contributor: sergeantspoon <sergeantspoon at archlinux.us>
 
 pkgname=libssh
-pkgver=0.4.8
+pkgver=0.5.0
 pkgrel=1
 pkgdesc="Library for accessing ssh client services through C libraries"
 url="http://www.libssh.org/"
@@ -12,11 +12,11 @@
 arch=('i686' 'x86_64')
 depends=('openssl')
 makedepends=('cmake' 'doxygen')
-source=("http://www.libssh.org/files/0.4/${pkgname}-${pkgver}.tar.gz")
-md5sums=('d97b3feea1abe047ca8cf86d06e4b789')
+source=("http://www.libssh.org/files/0.5/${pkgname}-${pkgver}.tar.gz")
+md5sums=('9b37f45751c0ae7ba66099c1fb136946')
 
 build() {
-  cd ${srcdir}
+  cd "${srcdir}"
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -26,6 +26,6 @@
 }
 
 package(){
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list