From 4fa4d954c486fa505f1f0597299e8095d5a4fcdc Mon Sep 17 00:00:00 2001 From: Alexpux Date: Thu, 13 Nov 2014 21:52:50 +0300 Subject: [PATCH] libksba: Update to 1.3.1 --- mingw-w64-libksba/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mingw-w64-libksba/PKGBUILD b/mingw-w64-libksba/PKGBUILD index 4af7e2a4a1..8faa897c10 100644 --- a/mingw-w64-libksba/PKGBUILD +++ b/mingw-w64-libksba/PKGBUILD @@ -1,10 +1,9 @@ # Maintainer: Alexey Pavlov _realname=libksba - pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=1.3.0 -pkgrel=2 +pkgver=1.3.1 +pkgrel=1 pkgdesc="A CMS and X.509 access library (mingw-w64)" arch=('any') license=('GPL') @@ -14,7 +13,7 @@ groups=("${MINGW_PACKAGE_PREFIX}") options=('strip' 'staticlibs') source=(ftp://ftp.gnupg.org/gcrypt/$_realname/$_realname-$pkgver.tar.bz2 0001-fix-def.mingw.patch) -md5sums=('cd86fad9c9d360b2cf80449f8a4a4075' +md5sums=('9be95245fcfa9d56f56853078ef2650b' '437ad992a8ac21ba7646f707b2b4a4f2') prepare() { @@ -29,7 +28,8 @@ build() { --build=${MINGW_CHOST} \ --host=${MINGW_CHOST} \ --target=${MINGW_CHOST} \ - --enable-shared --disable-static + --enable-shared \ + --enable-static make }