[arch-commits] Commit in botan/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Wed Jan 9 14:23:39 UTC 2019


    Date: Wednesday, January 9, 2019 @ 14:23:38
  Author: arodseth
Revision: 421226

upgpkg: botan 2.9.0-1

Modified:
  botan/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-09 14:20:01 UTC (rev 421225)
+++ PKGBUILD	2019-01-09 14:23:38 UTC (rev 421226)
@@ -6,17 +6,17 @@
 # Contributor: Jack Lloyd <jack at randombit.net>
 
 pkgname=botan
-pkgver=2.8.0
-pkgrel=2
+pkgver=2.9.0
+pkgrel=1
 pkgdesc='Crypto library written in C++'
-arch=('x86_64')
+arch=(x86_64)
 url='https://botan.randombit.net/'
-license=('BSD')
-makedepends=('python')
+license=(BSD)
+makedepends=(python)
 optdepends=('python: for using botan2.py')
 validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
 source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
-sha256sums=('e7159b127e91e0c158245d61c638c50d443ec7b440b6b0161328c47b3aba3960'
+sha256sums=('305564352334dd63ae63db039077d96ae52dfa57a3248871081719b6a9f2d119'
             'SKIP')
 
 build() {
@@ -29,6 +29,7 @@
     --with-lzma \
     --with-zlib \
     --with-os-feature=getrandom
+
   make
 }
 



More information about the arch-commits mailing list