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

Antonio Rojas arojas at archlinux.org
Sat Apr 15 17:34:40 UTC 2017


    Date: Saturday, April 15, 2017 @ 17:34:40
  Author: arojas
Revision: 292929

Update to 0.7.5

Modified:
  libssh/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-15 17:01:06 UTC (rev 292928)
+++ PKGBUILD	2017-04-15 17:34:40 UTC (rev 292929)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Tom Gundersen <teg at jklm.no>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Tom Gundersen <teg at jklm.no>
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: ice-man <icemanf at gmail.com>
 # Contributor: sergeantspoon <sergeantspoon at archlinux.us>
@@ -6,8 +7,8 @@
 
 pkgbase=libssh
 pkgname=(libssh libssh-docs)
-pkgver=0.7.4
-pkgrel=2
+pkgver=0.7.5
+pkgrel=1
 pkgdesc="Library for accessing ssh client services through C libraries"
 url="http://www.libssh.org/"
 license=(LGPL)
@@ -14,11 +15,10 @@
 arch=(i686 x86_64)
 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
-        https://red.libssh.org/attachments/download/209/$pkgname-$pkgver.tar.asc)
-md5sums=('ec36040a9d0cc343ba78edf3b6580855'
-         'SKIP')
+source=(https://red.libssh.org/attachments/download/218/$pkgname-$pkgver.tar.xz
+        https://red.libssh.org/attachments/download/217/$pkgname-$pkgver.tar.asc)
+sha256sums=('54e86dd5dc20e5367e58f3caab337ce37675f863f80df85b6b1614966a337095'
+            'SKIP')
 validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider <asn at cryptomilk.org>
 
 prepare() {



More information about the arch-commits mailing list