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

Antonio Rojas arojas at archlinux.org
Sat Feb 18 17:16:33 UTC 2017


    Date: Saturday, February 18, 2017 @ 17:16:32
  Author: arojas
Revision: 289205

Temporarily switch to libgcrypt

Modified:
  libssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-18 17:14:07 UTC (rev 289204)
+++ PKGBUILD	2017-02-18 17:16:32 UTC (rev 289205)
@@ -7,12 +7,12 @@
 pkgbase=libssh
 pkgname=(libssh libssh-docs)
 pkgver=0.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for accessing ssh client services through C libraries"
 url="http://www.libssh.org/"
 license=(LGPL)
 arch=(i686 x86_64)
-depends=(openssl zlib)
+depends=(libgcrypt zlib) # use openssl again for 0.8
 makedepends=(cmake cmocka doxygen)
 checkdepends=(openssh)
 source=(https://red.libssh.org/attachments/download/210/$pkgname-$pkgver.tar.xz
@@ -36,6 +36,7 @@
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release \
     -DWITH_GSSAPI=OFF \
+    -DWITH_GCRYPT=ON \
     -DWITH_TESTING=ON
   make
   make doc



More information about the arch-commits mailing list