summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2020-03-09 08:24:52 -0400
committerDavid Parrish2020-03-09 08:24:52 -0400
commit3e0b00bae622351c18d16c4b9fa1df533e68df8a (patch)
tree9137d313eed75f5fe5a6cc447104b724eaae03ed
parentf490bea1b3ac05fc451a078a8c9c352e81220827 (diff)
downloadaur-3e0b00bae622351c18d16c4b9fa1df533e68df8a.tar.gz
Make pkgname a string (not an array)
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3bc2ef52733..a385cdcf9691 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# URL: https://github.com/lightningnetwork/lnd
# Upstream: https://github.com/lightningnetwork/lnd
-pkgname=('lnd')
+pkgname='lnd'
pkgver=0.9.1_beta
_pkgver="${pkgver//_/-}"
pkgrel=1