summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7eaffbef3f88..301f007588b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@ pkgname=fulcrum-git
_pkgname=${pkgname/-git/}
pkgdesc='A fast & nimble SPV server for Bitcoin Cash'
pkgver=3d75aef
-pkgrel=1
+pkgrel=2
url='https://github.com/cculianu/Fulcrum'
arch=('any')
license=('GPL3')
depends=(
'qt5-base'
'rocksdb'
+ 'python'
)
provides=("$_pkgname")
conflicts=("$_pkgname")