summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b04d76af5cd9..499cadf3c34c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jul 20 13:42:00 UTC 2018
+# Wed Sep 12 16:03:38 UTC 2018
pkgbase = lnd
- pkgdesc = The Lighting Network Daemon, for secure off-chain bitcoin transactions.
- pkgver = 0.4.2_beta
+ pkgdesc = The Lighnting Network Daemon, for secure off-chain bitcoin transactions.
+ pkgver = 0.5_beta_rc2
pkgrel = 1
url = https://github.com/lightningnetwork/lnd
arch = i686
@@ -14,7 +14,7 @@ pkgbase = lnd
provides = lnd
provides = lncli
conflicts = lnd-git
- source = lnd::git+https://github.com/lightningnetwork/lnd.git#tag=v0.4.2-beta
+ source = lnd::git+https://github.com/lightningnetwork/lnd.git#tag=v0.5-beta-rc2
md5sums = SKIP
pkgname = lnd
diff --git a/PKGBUILD b/PKGBUILD
index 88f05c06a185..3cb7dfde2532 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Upstream: https://github.com/lightningnetwork/lnd
pkgname=('lnd')
-pkgver=0.4.2_beta
+pkgver=0.5_beta_rc2
_pkgver="${pkgver//_/-}"
pkgrel=1
pkgdesc='The Lighting Network Daemon, for secure off-chain bitcoin transactions.'