libksba: Update to 1.3.1

This commit is contained in:
Alexpux
2014-11-13 21:52:50 +03:00
parent 1099998299
commit 4fa4d954c4

View File

@@ -1,10 +1,9 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
_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
}