mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/botan to 1.11.33-1
This commit is contained in:
parent
fe49cf1a38
commit
780ec9dedf
1 changed files with 5 additions and 4 deletions
|
@ -11,18 +11,18 @@
|
|||
# - AArch64 patch
|
||||
|
||||
pkgname=botan
|
||||
pkgver=1.11.32
|
||||
pkgver=1.11.33
|
||||
pkgrel=1
|
||||
pkgdesc='Crypto library written in C++'
|
||||
license=('BSD')
|
||||
arch=('x86_64' 'i686')
|
||||
url='http://botan.randombit.net/'
|
||||
url='https://botan.randombit.net/'
|
||||
depends=('gcc-libs' 'sh')
|
||||
makedepends=('python' 'asio' 'git')
|
||||
#source=("git://github.com/randombit/botan.git#commit=8e19ecf11c"
|
||||
source=("http://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc}
|
||||
source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc}
|
||||
'0001-aarch64-support.patch')
|
||||
md5sums=('dffcbe550f3e643bdd03b0d7d879fa06'
|
||||
md5sums=('505f0e34acb3e71041b0b6a4e1ca38ac'
|
||||
'SKIP'
|
||||
'37165d2a365dd2e9d779b89fa55ba77b')
|
||||
# Botan Distribution Key. To import: gpg --import botan.key
|
||||
|
@ -70,4 +70,5 @@ package() {
|
|||
install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
}
|
||||
|
||||
# getver: github.com/randombit/botan
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
|
Loading…
Reference in a new issue