From 84f578a6d7326c31ccbd63e5b93f64e29f3ee6f4 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 6 Nov 2019 01:29:37 +0000 Subject: [PATCH] community/botan: fix --- community/botan/0001-aarch64-support.patch | 25 ---------------------- community/botan/PKGBUILD | 13 ++--------- 2 files changed, 2 insertions(+), 36 deletions(-) delete mode 100644 community/botan/0001-aarch64-support.patch diff --git a/community/botan/0001-aarch64-support.patch b/community/botan/0001-aarch64-support.patch deleted file mode 100644 index 13cb10a9a..000000000 --- a/community/botan/0001-aarch64-support.patch +++ /dev/null @@ -1,25 +0,0 @@ -From a5b940718d8a0c87ae92a5e8961fd50b6ddc5532 Mon Sep 17 00:00:00 2001 -From: Kevin Mihelich -Date: Sun, 2 Aug 2015 12:12:21 -0600 -Subject: [PATCH] aarch64 support - ---- - src/build-data/arch/aarch64.txt | 6 ++++++ - 1 file changed, 6 insertions(+) - create mode 100644 src/build-data/arch/aarch64.txt - -diff --git a/src/build-data/arch/aarch64.txt b/src/build-data/arch/aarch64.txt -new file mode 100644 -index 0000000..863b000 ---- /dev/null -+++ b/src/build-data/arch/aarch64.txt -@@ -0,0 +1,6 @@ -+endian little -+ -+ -+arm64 # For Debian -+ -+ --- -2.4.6 - diff --git a/community/botan/PKGBUILD b/community/botan/PKGBUILD index 4b1d5c90d..8a0ff0aff 100644 --- a/community/botan/PKGBUILD +++ b/community/botan/PKGBUILD @@ -6,7 +6,6 @@ # Contributor: Jack Lloyd # ALARM: Kevin Mihelich -# - AArch64 patch # - disable neon on !AArch64 pkgname=botan @@ -19,17 +18,9 @@ license=(BSD) makedepends=(python) optdepends=('python: for using botan2.py') validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC') -source=("https://botan.randombit.net/releases/Botan-${pkgver}.tar.xz"{,.asc} - '0001-aarch64-support.patch') +source=("https://botan.randombit.net/releases/Botan-${pkgver}.tar.xz"{,.asc}) sha256sums=('1eaefd459d52f27de1805cff8c68792e0610919648ee98e101980e94edb90a63' - 'SKIP' - '0e279e3b16e115e26f5dc1edf02a4082f063134513aaf6ad1fbd10a1d2624e37') - -prepare() { - cd "${pkgname^}-$pkgver" - - patch -p1 -i ../0001-aarch64-support.patch -} + 'SKIP') build() { cd "${pkgname^}-$pkgver"