summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcorey drew bruce2019-12-15 10:39:18 +1100
committercorey drew bruce2019-12-15 10:39:18 +1100
commita1061d75b37f2b325f23c9e4d92fb014eb9abb2c (patch)
tree1fd21f2833a81b500f80a5440c83fe39a9a6ed84
parentad791a0aecd53d0b7b989a3f1ebc4e6a9b4d297b (diff)
downloadaur-a1061d75b37f2b325f23c9e4d92fb014eb9abb2c.tar.gz
GamerWorld 1.15 MAKEPKG file fix
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96ae1e2b73f4..98bb494e9730 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ sha256sums=('SKIP')
pkgver() {
cd "$srcdir/application"
- node -pe "require('./package.json').version" | head --bytes -3
+ node -pe "require('./package.json').version"
}
build() {