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

Dave Reisner dreisner at archlinux.org
Wed Mar 11 11:47:07 UTC 2015


    Date: Wednesday, March 11, 2015 @ 12:47:07
  Author: dreisner
Revision: 233346

upgpkg: libssh2 1.5.0-1

Modified:
  libssh2/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-11 11:41:18 UTC (rev 233345)
+++ PKGBUILD	2015-03-11 11:47:07 UTC (rev 233346)
@@ -6,8 +6,8 @@
 # Contributor: ice-man <icemanf at gmail.com>
 
 pkgname=libssh2
-pkgver=1.4.3
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
 pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts"
 url="http://www.libssh2.org/"
 arch=('i686' 'x86_64')
@@ -15,9 +15,10 @@
 depends=('openssl')
 makedepends=('zlib')
 provides=('libssh2.so')
+validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg
 source=("http://www.libssh2.org/download/$pkgname-$pkgver.tar.gz"{,.asc})
-md5sums=('071004c60c5d6f90354ad1b701013a0b'
-         'bd01eca1e58c15233d69dae411dd2656')
+md5sums=('e7fa3f5c6bd2d67a9b360ff726bbc6ba'
+         'SKIP')
 
 build() {
   cd "$pkgname-$pkgver"



More information about the arch-commits mailing list