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

Levente Polyak anthraxx at archlinux.org
Mon Mar 18 22:02:49 UTC 2019


    Date: Monday, March 18, 2019 @ 22:02:49
  Author: anthraxx
Revision: 442505

upgpkg: lib32-libssh2 1.8.1-1 (security update)

Modified:
  lib32-libssh2/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-18 20:43:01 UTC (rev 442504)
+++ PKGBUILD	2019-03-18 22:02:49 UTC (rev 442505)
@@ -1,5 +1,5 @@
 # Maintainer: Florian Pritz <flo at xssn.at>
-# Contributor: Angel Velasquez <angvp at archlinux.org> 
+# Contributor: Angel Velasquez <angvp at archlinux.org>
 # Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: ice-man <icemanf at gmail.com>
@@ -6,18 +6,17 @@
 
 _pkgbasename=libssh2
 pkgname=lib32-$_pkgbasename
-pkgver=1.8.0
-pkgrel=3
+pkgver=1.8.1
+pkgrel=1
 pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts (32-bit)"
 url="https://www.libssh2.org/"
 arch=('x86_64')
 license=('BSD')
-depends=('lib32-openssl' $_pkgbasename)
+depends=('lib32-openssl' 'lib32-zlib' $_pkgbasename)
 provides=('libssh2.so')
-makedepends=('zlib')
 source=("https://www.libssh2.org/download/${_pkgbasename}-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2')   # Daniel Stenberg
-md5sums=('3d1147cae66e2959ea5441b183de1b1c'
+md5sums=('338f36a8bb7f5ef55715ac1864cc788c'
          'SKIP')
 
 build() {



More information about the arch-commits mailing list