summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrm 212021-07-01 02:55:24 +0000
committergrm 212021-07-01 02:55:24 +0000
commit86932e7c5c58cae64cca45af70c1da8b3696c511 (patch)
treec132d815c6dd1437ca5b6e800ad3b688b7c265b8
parent2c262868958bc830896e0042db653e8e5108a27e (diff)
downloadaur-86932e7c5c58cae64cca45af70c1da8b3696c511.tar.gz
Wrap vars and re-add previous Contributor
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2b935463b21..7b4fcc46a01b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
# Maintainer: gr m21 <grm21@protonmail.com>
+# Contributor: Morten Linderud <morten@linderud.pw>
_npmname=how-2
pkgname=nodejs-how2
pkgver=1.8.2
@@ -9,7 +10,7 @@ url="https://github.com/santinic/how2"
license=(MIT)
depends=('nodejs' 'npm')
source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz")
-noextract=($_npmname-$pkgver.tgz)
+noextract=("$_npmname-$pkgver.tgz")
sha256sums=('17798d4e0642eb275f9aa83f83e577f0f3872f6250d88ab747846d875119e350')