summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-07-26 10:34:59 +0100
committerGrey Christoforo2016-07-26 10:34:59 +0100
commite2acc41c4e86c69c4f71db333c503e49611a34f7 (patch)
tree99f3fa407871850c38c0a463d6357b08c6499831
parent4aefa8361afd5b9e0b7f2b3abad754af762a2a3d (diff)
downloadaur-e2acc41c4e86c69c4f71db333c503e49611a34f7.tar.gz
fixed source URL
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2f6bfcb7b1b..fc319eb08f86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jul 24 14:00:51 UTC 2016
+# Tue Jul 26 09:34:43 UTC 2016
pkgbase = pokemon-go-map
pkgdesc = Live visualization of all the pokemon in your area... and more! (stable releases)
- pkgver = 2.0
- pkgrel = 1
+ pkgver = 2.0.0
+ pkgrel = 2
url = https://jz6.github.io/PoGoMap/
arch = any
license = GNU GPLv3+
@@ -18,8 +18,8 @@ pkgbase = pokemon-go-map
depends = python2-requests
depends = python2-gpsoauth
depends = python2-werkzeug
- source = https://github.com/AHAAAAAAA/PokemonGo-Map/archive/2.0.tar.gz
- md5sums = 455910bc163889f0f96224afd31aa630
+ source = https://github.com/AHAAAAAAA/PokemonGo-Map/archive/v2.0.0.tar.gz
+ md5sums = 727944f36be1bbae765ea8e6b866a785
pkgname = pokemon-go-map
diff --git a/PKGBUILD b/PKGBUILD
index e1e67383eb29..20c87d1c0381 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=pokemon-go-map
-pkgver=2.0
-pkgrel=1
+pkgver=2.0.0
+pkgrel=2
pkgdesc='Live visualization of all the pokemon in your area... and more! (stable releases)'
arch=('any')
url='https://jz6.github.io/PoGoMap/'
license=('GNU GPLv3+')
depends=( 'python2' 'python2-protobuf-to-dict' 'python2-peewee' 'python2-s2sphere' 'python2-flask-cors' 'python2-flask' 'python2-geopy' 'python2-protobuf' 'python2-requests' 'python2-gpsoauth' 'python2-werkzeug')
-source=("https://github.com/AHAAAAAAA/PokemonGo-Map/archive/${pkgver}.tar.gz")
-md5sums=('455910bc163889f0f96224afd31aa630')
+source=("https://github.com/AHAAAAAAA/PokemonGo-Map/archive/v${pkgver}.tar.gz")
+md5sums=('727944f36be1bbae765ea8e6b866a785')
package() {
cd "${srcdir}/PokemonGo-Map-${pkgver}"