mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/botan to 2.0.0-1
This commit is contained in:
parent
ad17680f3d
commit
ea41d16063
1 changed files with 4 additions and 4 deletions
|
@ -11,8 +11,8 @@
|
|||
# - AArch64 patch
|
||||
|
||||
pkgname=botan
|
||||
pkgver=1.11.33
|
||||
pkgrel=2
|
||||
pkgver=2.0.0
|
||||
pkgrel=1
|
||||
pkgdesc='Crypto library written in C++'
|
||||
license=('BSD')
|
||||
arch=('x86_64' 'i686')
|
||||
|
@ -22,7 +22,7 @@ makedepends=('python' 'asio' 'git')
|
|||
#source=("git://github.com/randombit/botan.git#commit=8e19ecf11c"
|
||||
source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc}
|
||||
'0001-aarch64-support.patch')
|
||||
md5sums=('505f0e34acb3e71041b0b6a4e1ca38ac'
|
||||
md5sums=('5544bfcd53d0b8ca83ce194fd9144d5c'
|
||||
'SKIP'
|
||||
'37165d2a365dd2e9d779b89fa55ba77b')
|
||||
# Botan Distribution Key. To import: gpg --import botan.key
|
||||
|
@ -67,7 +67,7 @@ package() {
|
|||
cd "${pkgname^}-$pkgver"
|
||||
make DESTDIR="$pkgdir/usr" install
|
||||
find "$pkgdir/usr/share/doc" -type f -exec chmod 0644 {} \;
|
||||
install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
install -Dm644 license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
}
|
||||
|
||||
# getver: github.com/randombit/botan
|
||||
|
|
Loading…
Reference in a new issue