summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-08-09 09:38:54 +0100
committerGrey Christoforo2016-08-09 09:38:54 +0100
commit77a795d86ad5b1d9a9bde6062582fa77f40785a9 (patch)
tree78cdb0c7227edd51504d3e78d1cfe3f789eced7f
parent25cc34a31ab83b52034d0a085d508ed864e38971 (diff)
downloadaur-77a795d86ad5b1d9a9bde6062582fa77f40785a9.tar.gz
remove redundant redundant thing
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 996eb2a5d93f..ade6f1d8e7ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Aug 9 08:34:45 UTC 2016
+# Tue Aug 9 08:38:50 UTC 2016
pkgbase = pokemon-go-map
pkgdesc = Live visualization of all the pokemon in your area... and more! (stable releases)
pkgver = 2.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://pokemongomap.github.io/PoGoMapWebsite/
arch = any
license = GNU GPLv3+
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
}