summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-06-27 20:33:36 -0400
committerGuillaume Horel2019-06-27 20:33:36 -0400
commit7edff4e9036a96727c589d8f849c0b65304cbc1c (patch)
tree9e40d7971ec02fc4b7bf66b777b454a7263b6d71
parentde20bd4a60be408f9f999811c2c794703a80434d (diff)
downloadaur-7edff4e9036a96727c589d8f849c0b65304cbc1c.tar.gz
update makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac4a43f3a458..f09b20afe7bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = libdecaf
arch = x86_64
license = MIT
makedepends = cmake
+ makedepends = python
source = https://sourceforge.net/projects/ed448goldilocks/files/libdecaf-1.0.0.tgz
source = fix-warnings.patch
sha256sums = a332d09731c9af9bef071ae7aa700a0ae59161bc94d78ace32fe21dd4c328d04
diff --git a/PKGBUILD b/PKGBUILD
index 45b59348ab51..8057fd767dc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=2
pkgdesc="A 448-bit Edwards curve"
url="https://sourceforge.net/projects/ed448goldilocks/"
depends=()
-makedepends=('cmake')
+makedepends=('cmake' 'python')
license=('MIT')
arch=('x86_64')
source=("https://sourceforge.net/projects/ed448goldilocks/files/$pkgname-$pkgver.tgz"