[arch-commits] Commit in libssh/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Sep 21 09:34:39 UTC 2018
Date: Friday, September 21, 2018 @ 09:34:38
Author: arojas
Revision: 335160
Update to 0.8.3
Modified:
libssh/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-21 09:30:03 UTC (rev 335159)
+++ PKGBUILD 2018-09-21 09:34:38 UTC (rev 335160)
@@ -6,16 +6,16 @@
pkgbase=libssh
pkgname=(libssh libssh-docs)
-pkgver=0.8.2
+pkgver=0.8.3
pkgrel=1
pkgdesc="Library for accessing ssh client services through C libraries"
url="http://www.libssh.org/"
license=(LGPL)
arch=(x86_64)
-depends=(libgcrypt zlib)
+depends=(zlib openssl)
makedepends=(cmake cmocka doxygen python)
source=(https://www.libssh.org/files/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.asc})
-sha256sums=('8d1290f0fac4f8a75a9001dd404a8a093daba4e86c90c45ecf77d62f14c7b8a5'
+sha256sums=('302f31f606f2368cd3ce77d7a69f7464c18eae176e73e59102e0524401bd29d0'
'SKIP')
validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider <asn at cryptomilk.org>
@@ -33,7 +33,6 @@
cmake ../$pkgname-$pkgver \
-DCMAKE_INSTALL_PREFIX=/usr \
-DWITH_GSSAPI=OFF \
- -DWITH_GCRYPT=ON \
-DUNIT_TESTING=ON
make
make docs
@@ -41,7 +40,7 @@
check() {
cd build
- make test || true # One test failure with libgcrypt
+ make test
}
package_libssh() {
More information about the arch-commits
mailing list