summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordsche-cyber2021-06-05 00:53:52 +0200
committerdsche-cyber2021-06-05 00:53:52 +0200
commit4dec957a38b524605b3dda53652b4d069c19eacf (patch)
treef239f4502befc8c7ac0e5bbb3209dde481af68de /PKGBUILD
parentf7182e2ca97a80d2bdf74fcad666a63064d2d38d (diff)
downloadaur-4dec957a38b524605b3dda53652b4d069c19eacf.tar.gz
Fixes provides to frcli
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 530be8a0bca6..a4943d1b01f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ __pkgname=fr
pkgname=${_pkgname}-bin
pkgver=0.2.5_alpha
_pkgver="${pkgver//_/-}"
-pkgrel=2
+pkgrel=3
pkgdesc="Faraday is a suite of tools built to help node operators and businesses run lnd, the leading implementation of the Lightning Network."
arch=('any')
_arch=linux-amd64
url="https://github.com/lightninglabs/${_pkgname}"
license=("MIT")
depends=("lnd")
-provides=("${_pkgname}" "${_pkgname}cli")
+provides=("${_pkgname}" "${__pkgname}cli")
developer=carlakirkcohen
source=(