summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2018-09-12 09:15:01 +1000
committerLuis Aranguren2018-09-12 09:15:01 +1000
commit3363e7041b1202fe382e143c2af6aa5adf087aa7 (patch)
tree079f9694ac331330fb6a9a7ed1d1054428166bd0
parentd015405d60ffbfab96e4fb183795c0bf909eb431 (diff)
downloadaur-3363e7041b1202fe382e143c2af6aa5adf087aa7.tar.gz
update pkgver to 0.5.beta.rc2.23.gd050cedd and fixed typo
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65a3e9cb11b2..04d00bb150be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
# Upstream: https://github.com/lightningnetwork/lnd
pkgname=('lnd-git')
-pkgver=0.5.beta.rc1.22.g4f43c1c9
+pkgver=0.5.beta.rc2.23.gd050cedd
pkgrel=1
-pkgdesc='The Lighting Network Daemon, for secure off-chain bitcoin transactions.'
+pkgdesc='The Lightning Network Daemon, for secure off-chain bitcoin transactions.'
arch=('x86_64')
url='https://github.com/lightningnetwork/lnd'
license=('MIT')
depends=('glibc')
makedepends=('git' 'dep' 'go' 'fakeroot')
-provides=('lnd')
+provides=('lnd' 'lnd-cli')
conflicts=()
source=("$pkgname::git+https://github.com/lightningnetwork/lnd.git")
md5sums=('SKIP')