summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Parrish2022-07-23 21:49:11 -0400
committerDavid Parrish2022-07-23 21:49:11 -0400
commitf633d0b317741270f8e908615ef69c2c3f56f86c (patch)
treec687ef56d12b2add1a711a47a3788bc6cb7afbc2 /PKGBUILD
parentcc533598593400ccd0a90535a48c73f9b944354c (diff)
downloadaur-f633d0b317741270f8e908615ef69c2c3f56f86c.tar.gz
Add libsecp256k1 as a dependency. Add libbitcoin-consensus and openssl as optional dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1e0299f9e2f..d57bbb8e9828 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,11 @@
pkgname=python-bitcointx
pkgver=1.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="An easy interface to the bitcoin transaction data structures"
arch=('any')
-depends=()
+depends=('libsecp256k1')
+optdepends=('libbitcoin-consensus' 'openssl')
makedepends=('python-setuptools')
url="https://github.com/petertodd/python-bitcoinlib"
license=('LGPL3')