summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMantas Mikulėnas2024-03-24 13:01:24 +0200
committerMantas Mikulėnas2024-03-24 13:01:24 +0200
commit81690cabf9538cae55aeb42e966d047a3a504a58 (patch)
tree9f06fbd4be9da49e8857e639b7d7a92353675fc0 /PKGBUILD
parent12e53d4e1f0eb41e93b2388a2fd2f5cbe2af9396 (diff)
downloadaur-botan1.10.tar.gz
fix build on modern systems
Updates sent by Kevin Sopp <baraclese>.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49541cfa3e64..6748aff913a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=botan1.10
pkgver=1.10.17
-pkgrel=3
+pkgrel=4
pkgdesc='Obsolete branch of the Botan crypto library for Monotone'
license=('BSD')
arch=('x86_64')
@@ -12,15 +12,18 @@ url='http://botan.randombit.net/'
depends=('gcc-libs' 'sh')
makedepends=('python')
source=("https://botan.randombit.net/releases/old/Botan-${pkgver}.tgz"{,.asc}
+ "botan1_10_17-latest-commits.patch"
"sphinx-python3.diff")
sha512sums=('a47cab3af113652247c8efc8b0f043eb62175eaa8554833d5fc3016ea94dbdd8aa722ab9b5226cc5f133afbcc088d54362111630eaa4594812c39925cc3c8649'
'SKIP'
+ 'b490383950ddbeb3ec472ba7075e986aa52175c99ef348d8446a648f3f39e0e9a0c80e1a0591d77f9b4d04e60c7784452296fa2bf2a238f5dad50ccedbf970f4'
'18cdf4f3739adb853e1b9a743ef79caad899fcd074bd70e4bb689716a8ee46768667ddc74912ed8849474ffd45c10f5399b0dc8f330a9b9851c24cce3a228937')
validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC') # Botan Distribution Key
prepare() {
cd "Botan-$pkgver"
+ patch -Np1 < "$srcdir/botan1_10_17-latest-commits.patch"
patch -Np1 < "$srcdir/sphinx-python3.diff"
}