summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2016-08-09 09:38:54 +0100
committerGrey Christoforo2016-08-09 09:38:54 +0100
commit77a795d86ad5b1d9a9bde6062582fa77f40785a9 (patch)
tree78cdb0c7227edd51504d3e78d1cfe3f789eced7f /PKGBUILD
parent25cc34a31ab83b52034d0a085d508ed864e38971 (diff)
downloadaur-pokemon-go-map.tar.gz
remove redundant redundant thing
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b61e9adcb91e..6f53e71607a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pokemon-go-map
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='Live visualization of all the pokemon in your area... and more! (stable releases)'
arch=('any')
url='https://pokemongomap.github.io/PoGoMapWebsite/'
@@ -14,7 +14,6 @@ md5sums=('3f45144ec3bc7b2245f0923387759d4d')
build() {
cd "${srcdir}/PokemonGo-Map-${pkgver}"
npm install
- grunt build
npm run-script build
}