summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Aranguren2020-01-09 11:24:56 +1100
committerLuis Aranguren2020-01-09 11:24:56 +1100
commit5e4af6382ac37936a76b45ccb4498d5f8c90c33c (patch)
treec466afc12731cd17f55ab18e22bf9d56fef85732 /PKGBUILD
parent36803cf9399e064b0a3801e3c2382ee7e786bb27 (diff)
downloadaur-5e4af6382ac37936a76b45ccb4498d5f8c90c33c.tar.gz
update pkgver to 0.9.0.beta.rc1.r6.g6c8c99da
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 39122190bc0f..faef15c7a0cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,7 @@
# Upstream: https://github.com/lightningnetwork/lnd
pkgname=('lnd-git')
-pkgver=0.8.2.beta.r8560.cc18d0ae
-_pkgver=0.8.2.beta.
+pkgver=v0.9.0.beta.rc1.r6.g6c8c99da
pkgrel=1
pkgdesc='The Lightning Network Daemon, for secure off-chain bitcoin transactions.'
arch=('x86_64')
@@ -21,9 +20,7 @@ md5sums=('SKIP')
pkgver() {
cd $pkgname
-# Disabled until upstream goes back to regular versioning
-# git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
- printf "${_pkgver}r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {