aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWyRe2017-01-23 22:26:04 +0100
committerWyRe2017-01-23 22:26:04 +0100
commit0cb54b3ca0147f572e3b1ea471ae56fac05a9ab9 (patch)
tree7882a06e540668eafb02f2f7bd81583157bdbc87
parent3caa9bb87a5a1c05b91b9f4efaad554594efcab1 (diff)
downloadaur-0cb54b3ca0147f572e3b1ea471ae56fac05a9ab9.tar.gz
Updating
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e676dc7e376..5aa2210b6fca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
pkgbase = pokemmo
- pkgdesc = An MMO based on the Pokémon Universe
- pkgver = 1.1
+ pkgdesc = MMO based on the Pokémon Universe
+ pkgver = 1.2.1
pkgrel = 1
url = http://pokemmo.eu
install = pokemmo.install
arch = any
license = custom
depends = java-runtime
- source = https://pokemmo.eu/download_file/?id=5/pokemmo_1.1.rpm
- source = pokemmo.install
- sha256sums = b56780bcbe37c8f155be16788d79a790d4231018687e279d3b8782e644e2114e
- sha256sums = edfc9fcaf78521bbc63d858822e76229eaeb7feb444b4c59728ac8689785ef01
+ source = https://pokemmo.eu/download_file/?id=5/pokemmo_1.2.1.rpm
+ sha256sums = dc37446213a95bd6c8b8192514c68bd8ad69b53ccc6ffc18512fb5c59cd4dc07
pkgname = pokemmo
diff --git a/PKGBUILD b/PKGBUILD
index af8f2f098aaa..309c39e3bd81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributer: WyRe
pkgname="pokemmo"
-pkgver=1.1
+pkgver=1.2.1
pkgrel=1
pkgdesc="MMO based on the Pokémon Universe"
arch=('any')
@@ -12,7 +12,7 @@ depends=('java-runtime')
install="${pkgname}.install"
source=("https://pokemmo.eu/download_file/?id=5/${pkgname}_${pkgver}.rpm")
-sha256sums=('b56780bcbe37c8f155be16788d79a790d4231018687e279d3b8782e644e2114e')
+sha256sums=('dc37446213a95bd6c8b8192514c68bd8ad69b53ccc6ffc18512fb5c59cd4dc07')
package(){
install -Dm755 "${srcdir}/usr/bin/pokemmo-launcher" "${pkgdir}/usr/bin/pokemmo-launcher"