summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Parrish2018-12-04 14:43:32 -0500
committerDavid Parrish2018-12-04 14:43:32 -0500
commitb14a972214731007862b1402f17a5af09ec31d61 (patch)
treeb10fe32803ab152cd5a26eef83354a9d7c9013bc /PKGBUILD
parent745fba5f6aa4413638f4ce6b90e3720ee7f9c712 (diff)
downloadaur-b14a972214731007862b1402f17a5af09ec31d61.tar.gz
Update version. Remove dep command.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
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
}