diff --git a/mingw-w64-libbotan/PKGBUILD b/mingw-w64-libbotan/PKGBUILD index e42031e6af..484e2c8023 100644 --- a/mingw-w64-libbotan/PKGBUILD +++ b/mingw-w64-libbotan/PKGBUILD @@ -3,7 +3,7 @@ _realname=libbotan pkgbase="mingw-w64-${_realname}" pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=2.0.1 +pkgver=2.1.0 pkgrel=1 arch=('any') url='http://botan.randombit.net/' @@ -24,7 +24,7 @@ options=('strip' 'staticlibs' 'docs') source=(http://botan.randombit.net/releases/Botan-${pkgver}.tgz{,.asc} 'boost-link.patch' 'winsock-link.patch') -sha256sums=('a138ed316d11450a8405451b9c9664b8e640a9b7ad84d3f3ad34e8071f364e0b' +sha256sums=('460f2d7205aed113f898df4947b1f66ccf8d080eec7dac229ef0b754c9ad6294' 'SKIP' '993bdf500ffc25b143fd28d86c978950969986ac8ed9c882df10270af46b8bbc' '7972cf10f74dcbc95cab2452a2604c2be25c5172fac23c471c62b7341e5a7009') @@ -59,9 +59,9 @@ build() { --makefile-style=gmake \ --link-method=copy \ --with-doxygen \ - --with-pkcs11 \ --with-sphinx \ --with-boost \ + --with-openmp \ --with-bzip2 \ --with-lzma \ --with-sqlite3 \