summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2022-03-09 09:32:05 -0600
committerLuis Martinez2022-03-09 09:32:05 -0600
commit7f84ad39e18fe37f3fbf510f585804879c9b6308 (patch)
tree054dff5c83cb6a0487aaa9d176eef76317992307 /PKGBUILD
parent620c658e3902c1b485740bd6fcec4dcfe73d0ad8 (diff)
downloadaur-7f84ad39e18fe37f3fbf510f585804879c9b6308.tar.gz
add libsecp256k1 to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 970527c2f76b..eb789e0bed92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=python-coincurve
pkgver=17.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='Cross-platform Python CFFI bindings for libsecp256k1'
arch=('x86_64')
url="https://github.com/ofek/coincurve"
license=('GPL')
-depends=('python-cffi' 'python-requests')
+depends=('python-cffi' 'python-requests' 'libsecp256k1')
makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/c/coincurve/coincurve-$pkgver.tar.gz")
sha256sums=('68da55aff898702952fda3ee04fd6ed60bb6b91f919c69270786ed766b548b93')