Date: Thursday, July 5, 2018 @ 18:44:58 Author: arojas Revision: 328021
Update source Modified: libssh/trunk/PKGBUILD ----------+ PKGBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-07-05 16:16:28 UTC (rev 328020) +++ PKGBUILD 2018-07-05 18:44:58 UTC (rev 328021) @@ -15,8 +15,7 @@ arch=(x86_64) depends=(libgcrypt zlib) # use openssl again for 0.8 makedepends=(cmake cmocka doxygen) -source=(https://red.libssh.org/attachments/download/218/$pkgname-$pkgver.tar.xz - https://red.libssh.org/attachments/download/217/$pkgname-$pkgver.tar.asc +source=(https://www.libssh.org/files/${pkgver%.*}/$pkgname-$pkgver.tar.{xz,asc} libssh-fix-read-config.patch::https://git.libssh.org/projects/libssh.git/patch/?id=5333be59) sha256sums=('54e86dd5dc20e5367e58f3caab337ce37675f863f80df85b6b1614966a337095' 'SKIP' @@ -40,7 +39,6 @@ cd build cmake ../$pkgname-$pkgver \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ -DWITH_GSSAPI=OFF \ -DWITH_GCRYPT=ON \ -DWITH_TESTING=ON
