summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2018-12-04 14:43:32 -0500
committerDavid Parrish2018-12-04 14:43:32 -0500
commitb14a972214731007862b1402f17a5af09ec31d61 (patch)
treeb10fe32803ab152cd5a26eef83354a9d7c9013bc
parent745fba5f6aa4413638f4ce6b90e3720ee7f9c712 (diff)
downloadaur-b14a972214731007862b1402f17a5af09ec31d61.tar.gz
Update version. Remove dep command.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75693ecde324..b6d8b5b5271b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Nov 26 16:49:22 UTC 2018
+# Tue Dec 4 19:42:45 UTC 2018
pkgbase = lnd
pkgdesc = The Lightning Network Daemon, for secure off-chain bitcoin transactions.
- pkgver = 0.5.1_beta_rc1
+ pkgver = 0.5.1_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.1-beta-rc1
+ source = lnd::git+https://github.com/lightningnetwork/lnd.git#tag=v0.5.1-beta
md5sums = SKIP
pkgname = lnd
diff --git a/PKGBUILD b/PKGBUILD
index 664395acbf92..6be0bf818977 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Upstream: https://github.com/lightningnetwork/lnd
pkgname=('lnd')
-pkgver=0.5.1_beta_rc1
+pkgver=0.5.1_beta
_pkgver="${pkgver//_/-}"
pkgrel=1
pkgdesc='The Lightning Network Daemon, for secure off-chain bitcoin transactions.'
@@ -39,7 +39,6 @@ prepare() {
build() {
export GOPATH="$srcdir/GOPATH"
_fake_gopath_pushd "$pkgname" github.com/lightningnetwork/lnd
- dep ensure -v
make && make install
_fake_gopath_popd
}