summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6949e85274d0..63bf879fd12f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Sep 12 16:07:34 UTC 2018
+# Tue Oct 23 13:03:05 UTC 2018
pkgbase = lnd
pkgdesc = The Lightning Network Daemon, for secure off-chain bitcoin transactions.
- pkgver = 0.5_beta_rc2
+ pkgver = 0.5_beta
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.5-beta-rc2
+ source = lnd::git+https://github.com/lightningnetwork/lnd.git#tag=v0.5-beta
md5sums = SKIP
pkgname = lnd
diff --git a/PKGBUILD b/PKGBUILD
index 9a7edc2fb487..d42748b83a77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Upstream: https://github.com/lightningnetwork/lnd
pkgname=('lnd')
-pkgver=0.5_beta_rc2
+pkgver=0.5_beta
_pkgver="${pkgver//_/-}"
pkgrel=1
pkgdesc='The Lightning Network Daemon, for secure off-chain bitcoin transactions.'