diff --git a/mingw-w64-libbotan/PKGBUILD b/mingw-w64-libbotan/PKGBUILD index 3ad1add9ad..c96f4f3019 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=3.3.0 +pkgver=3.4.0 pkgrel=1 pkgdesc='Crypto and TLS Library for Modern C++ (mingw-w64)' arch=('any') @@ -22,15 +22,11 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-zlib" "${MINGW_PACKAGE_PREFIX}-xz") makedepends=("${MINGW_PACKAGE_PREFIX}-cc" - "${MINGW_PACKAGE_PREFIX}-python" - "${MINGW_PACKAGE_PREFIX}-python-sphinx" - "${MINGW_PACKAGE_PREFIX}-python-imagesize") - #"${MINGW_PACKAGE_PREFIX}-doxygen" - #"${MINGW_PACKAGE_PREFIX}-graphviz") + "${MINGW_PACKAGE_PREFIX}-python") source=("https://botan.randombit.net/releases/Botan-${pkgver}.tar.xz"{,.asc} '002-winsock-link.patch') noextract=("Botan-${pkgver}.tar.xz") -sha256sums=('368f11f426f1205aedb9e9e32368a16535dc11bd60351066e6f6664ec36b85b9' +sha256sums=('71843afcc0a2c585f8f33fa304f0b58ae4b9c5d8306f894667b3746044277557' 'SKIP' 'cf9974f076d91e8f58f7d9688b7ab78cc790720923c73b293871fc7b83fd55c6') validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC') # Botan Distribution Key @@ -64,9 +60,6 @@ build() { --cpu=${CARCH} \ ${BUILD_TYPE_FLAGS} \ --link-method=copy \ - --without-doxygen \ - --with-sphinx \ - --without-rst2man \ --with-boost \ --with-bzip2 \ --with-lzma \