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

Antonio Rojas arojas at archlinux.org
Sat Jul 18 10:36:53 UTC 2015


    Date: Saturday, July 18, 2015 @ 12:36:52
  Author: arojas
Revision: 242338

Update to 0.7.1

Modified:
  libssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-18 07:09:48 UTC (rev 242337)
+++ PKGBUILD	2015-07-18 10:36:52 UTC (rev 242338)
@@ -5,8 +5,8 @@
 # Contributor: sergeantspoon <sergeantspoon at archlinux.us>
 
 pkgname=libssh
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.7.1
+pkgrel=1
 pkgdesc="Library for accessing ssh client services through C libraries"
 url="http://www.libssh.org/"
 license=('LGPL')
@@ -14,11 +14,10 @@
 depends=('openssl')
 makedepends=('cmake' 'cmocka' 'doxygen')
 checkdepends=('openssh')
-source=(https://red.libssh.org/attachments/download/140/${pkgname}-${pkgver}.tar.xz
-        https://red.libssh.org/attachments/download/139/${pkgname}-${pkgver}.tar.asc 'ssh_forward_listen.patch')
-md5sums=('cf20c3bb6edfc853187985c3f649ca80'
-         'SKIP'
-         '53ddfb95b84530d9bf5947e4dc98a875')
+source=(https://red.libssh.org/attachments/download/154/${pkgname}-${pkgver}.tar.xz
+        https://red.libssh.org/attachments/download/153/${pkgname}-${pkgver}.tar.asc)
+md5sums=('bffc9dc548c3bae3a3afc5ac1654b272'
+         'SKIP')
 validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider <asn at cryptomilk.org>
 
 prepare() {
@@ -26,14 +25,10 @@
   # 'extra-x86-build' uses user 'nobody' that has a record in /etc/passwd file
   # but $HOME envvar is set to '/build'. The test expects that $HOME corresponds to passwd file.
   sed 's/unit_test(torture_path_expand_tilde_unix),//' -i libssh-${pkgver}/tests/unittests/torture_misc.c
-
-# Fix undefined symbol (FS#45055)
-  cd $pkgname-$pkgver
-  patch -p1 -i "$srcdir"/ssh_forward_listen.patch
 }
 
 build() {
-  mkdir build || true
+  mkdir -p build
   cd build
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \



More information about the arch-commits mailing list