From 58a56ca837d4eb9bb27ffcb2a4571aa6464f4aa9 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 1 Feb 2017 05:09:28 +0100 Subject: [PATCH] osslsigncode: rebuild (#2141) It started to fail as below in the last 24 hours: ``` C:/msys64/mingw32/bin/osslsigncode.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory ``` --- mingw-w64-osslsigncode/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-osslsigncode/PKGBUILD b/mingw-w64-osslsigncode/PKGBUILD index 16bea04c7c..9d12d363be 100644 --- a/mingw-w64-osslsigncode/PKGBUILD +++ b/mingw-w64-osslsigncode/PKGBUILD @@ -4,7 +4,7 @@ _realname=osslsigncode pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=1.7.1 -pkgrel=1 +pkgrel=2 pkgdesc="Tool for Authenticode signing of PE, CAB and MSI files (mingw-w64)" arch=('any') url="https://sourceforge.net/projects/osslsigncode/"