summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2019-02-20 22:37:50 +1100
committerLuis Aranguren2019-02-20 22:37:50 +1100
commitb12c95a405f25b843c22687570f00eca37053933 (patch)
treeb9ecf308220de2809705234d5309094ee51d0bbf
parent869e02abd73886b4a67a1888794d999f564b23bd (diff)
downloadaur-b12c95a405f25b843c22687570f00eca37053933.tar.gz
update pkgver to 0.5.1.beta.756.g2bf22617 and fixed tags from git describe
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70b581bb4554..01840cb0fd16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lnd-git
pkgdesc = The Lightning Network Daemon, for secure off-chain bitcoin transactions.
- pkgver = 0.5.1.beta.263.g552a9b71
+ pkgver = 0.5.1.beta.756.g2bf22617
pkgrel = 1
url = https://github.com/lightningnetwork/lnd
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 255f0c9d937f..6a67b9aa30cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Upstream: https://github.com/lightningnetwork/lnd
pkgname=('lnd-git')
-pkgver=0.5.1.beta.263.g552a9b71
+pkgver=0.5.1.beta.756.g2bf22617
pkgrel=1
pkgdesc='The Lightning Network Daemon, for secure off-chain bitcoin transactions.'
arch=('x86_64')
@@ -20,7 +20,7 @@ md5sums=('SKIP')
pkgver() {
cd $pkgname
- git describe --tags | sed 's/^v//;s/-/./g'
+ git describe | sed 's/^v//;s/-/./g'
}
build() {