From d7cc7601ec542071fcc4e32fab515eb2c14654f8 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Fri, 28 Sep 2018 14:25:23 +0300 Subject: [PATCH] libssh2: Rebuild --- mingw-w64-libssh2/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-libssh2/PKGBUILD b/mingw-w64-libssh2/PKGBUILD index 8e8f6183f4..0fc6aa5c77 100644 --- a/mingw-w64-libssh2/PKGBUILD +++ b/mingw-w64-libssh2/PKGBUILD @@ -4,7 +4,7 @@ _realname=libssh2 pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=1.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts (mingw-w64)" arch=('any') url="https://libssh2.org"