summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-07-30 15:50:41 +0100
committerGrey Christoforo2016-07-30 15:50:41 +0100
commitb9349910b70ce8bceebaeba3132eb0abea17320d (patch)
treef1d5d8f60358d0c5ee6cc96c8be1790bd79ce879
parentf45cee3f5b28dce348dda8efa535ccc6f7d55fdc (diff)
downloadaur-b9349910b70ce8bceebaeba3132eb0abea17320d.tar.gz
grunt buld
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c26ca9d1857c..e41f23450f5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jul 30 12:01:09 UTC 2016
+# Sat Jul 30 14:50:36 UTC 2016
pkgbase = pokemon-go-map
pkgdesc = Live visualization of all the pokemon in your area... and more! (stable releases)
pkgver = 2.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://jz6.github.io/PoGoMap/
arch = any
license = GNU GPLv3+
diff --git a/PKGBUILD b/PKGBUILD
index 707ae132a3bf..ead3ab862c4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pokemon-go-map
pkgver=2.1.0
-pkgrel=2
+pkgrel=3
pkgdesc='Live visualization of all the pokemon in your area... and more! (stable releases)'
arch=('any')
url='https://jz6.github.io/PoGoMap/'
@@ -13,7 +13,8 @@ md5sums=('fbba2ca161fadf68186f0fde5f671833')
build() {
cd "${srcdir}/PokemonGo-Map-${pkgver}"
- #npm install
+ npm install
+ grunt build
#npm run-script build
}