[arch-commits] Commit in botan/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sat Jun 4 08:14:50 UTC 2022
Date: Saturday, June 4, 2022 @ 08:14:50
Author: arojas
Revision: 447551
Update to 2.19.2
Modified:
botan/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-04 07:19:22 UTC (rev 447550)
+++ PKGBUILD 2022-06-04 08:14:50 UTC (rev 447551)
@@ -7,7 +7,7 @@
# Contributor: Jack Lloyd <jack at randombit.net>
pkgname=botan
-pkgver=2.19.1
+pkgver=2.19.2
pkgrel=1
pkgdesc='Crypto library written in C++'
arch=(x86_64)
@@ -14,10 +14,10 @@
url='https://botan.randombit.net/'
license=(BSD)
depends=(xz sqlite)
-makedepends=(python boost openssl)
+makedepends=(python boost)
optdepends=('python: for using botan2.py' 'boost-libs: for the botan executable')
source=(https://botan.randombit.net/releases/Botan-${pkgver}.tar.xz{,.asc})
-sha256sums=('e26e00cfefda64082afdd540d3c537924f645d6a674afed2cd171005deff5560'
+sha256sums=('3af5f17615c6b5cd8b832d269fb6cb4d54ec64f9eb09ddbf1add5093941b4d75'
'SKIP')
validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC') # Botan Distribution Key
@@ -30,7 +30,6 @@
--with-lzma \
--with-zlib \
--with-boost \
- --with-openssl \
--with-sqlite3 \
--with-os-feature=getrandom
make
More information about the arch-commits
mailing list