aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"