Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / botan


Commits:
b6ca85ad by Antonio Rojas at 2023-10-09T20:34:28+02:00
upgpkg: 3.2.0-1: Update to 3.2.0

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,20 @@
+pkgbase = botan
+       pkgdesc = Crypto library written in C++
+       pkgver = 3.2.0
+       pkgrel = 1
+       url = https://botan.randombit.net/
+       arch = x86_64
+       license = BSD
+       makedepends = boost
+       makedepends = python
+       depends = sqlite
+       depends = xz
+       optdepends = boost-libs: for the botan executable
+       optdepends = python: for using botan2.py
+       source = https://botan.randombit.net/releases/Botan-3.2.0.tar.xz
+       source = https://botan.randombit.net/releases/Botan-3.2.0.tar.xz.asc
+       validpgpkeys = 621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC
+       sha256sums = 
049c847835fcf6ef3a9e206b33de05dd38999c325e247482772a5598d9e5ece3
+       sha256sums = SKIP
+
+pkgname = botan


=====================================
PKGBUILD
=====================================
@@ -7,17 +7,20 @@
 # Contributor: Jack Lloyd <[email protected]>
 
 pkgname=botan
-pkgver=3.1.1
+pkgver=3.2.0
 pkgrel=1
 pkgdesc='Crypto library written in C++'
 arch=(x86_64)
 url='https://botan.randombit.net/'
 license=(BSD)
-depends=(xz sqlite)
-makedepends=(python boost)
-optdepends=('python: for using botan2.py' 'boost-libs: for the botan 
executable')
+depends=(sqlite
+         xz)
+makedepends=(boost
+             python)
+optdepends=('boost-libs: for the botan executable'
+            'python: for using botan2.py')
 source=(https://botan.randombit.net/releases/Botan-${pkgver}.tar.xz{,.asc})
-sha256sums=('30c84fe919936a98fef5331f246c62aa2c0e4d2085b2d4511207f6a20afa3a6b'
+sha256sums=('049c847835fcf6ef3a9e206b33de05dd38999c325e247482772a5598d9e5ece3'
             'SKIP')
 validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC') # Botan Distribution 
Key
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/botan/-/commit/b6ca85ad6035d99bddf7f433a27323e4fa018c69

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/botan/-/commit/b6ca85ad6035d99bddf7f433a27323e4fa018c69
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to