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

Andreas Radke andyrtr at archlinux.org
Fri Jan 16 21:28:40 UTC 2015


    Date: Friday, January 16, 2015 @ 22:28:40
  Author: andyrtr
Revision: 229457

upgpkg: libssh 0.6.4-1

upstream update 0.6.4

Modified:
  libssh/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-16 20:35:59 UTC (rev 229456)
+++ PKGBUILD	2015-01-16 21:28:40 UTC (rev 229457)
@@ -5,7 +5,7 @@
 # Contributor: sergeantspoon <sergeantspoon at archlinux.us>
 
 pkgname=libssh
-pkgver=0.6.3
+pkgver=0.6.4
 pkgrel=1
 pkgdesc="Library for accessing ssh client services through C libraries"
 url="http://www.libssh.org/"
@@ -14,10 +14,12 @@
 depends=('zlib' 'openssl')
 makedepends=('cmake' 'cmocka' 'doxygen')
 checkdepends=('openssh')
-source=(https://red.libssh.org/attachments/download/87/${pkgname}-${pkgver}.tar.xz)
-md5sums=('66cf16e77f60913b4d54f18c92cdbf71')
+source=(https://red.libssh.org/attachments/download/107/${pkgname}-${pkgver}.tar.gz
+        https://red.libssh.org/attachments/download/108/${pkgname}-${pkgver}.tar.asc)
+md5sums=('8a7daa171c69913f475dacffcb639fda'
+         'SKIP')
+validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider <asn at cryptomilk.org>
 
-
 prepare() {
   # disable the test. It is confused by our clean container setup.
   # 'extra-x86-build' uses user 'nobody' that has a record in /etc/passwd file



More information about the arch-commits mailing list