summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTids2016-09-21 20:27:51 +0200
committerTids2016-09-21 20:27:51 +0200
commita013121083ce4315d0d6b13da8f870f37c942961 (patch)
treede97285ea639d193757efd06080951073f3d0d55 /PKGBUILD
parent1891dfbb16ecd8acbef2329308c8f4594498c923 (diff)
downloadaur-a013121083ce4315d0d6b13da8f870f37c942961.tar.gz
New Upstream Release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c069e2fe0714..a72324c0131f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Fabian <plusfabi[AT+thegoogleadress]>
pkgname=pokemon-revolution-online-bin
-pkgver=0.95.6KARP.20160809
+pkgver=0.95.7.20160922
pkgrel=1
pkgdesc="A free-to-play, fan-made, MMO game that is predicated around the official Pokémon games."
arch=('x86_64')
@@ -10,11 +10,9 @@ depends=('gcc-libs-multilib' 'xdg-utils' 'desktop-file-utils')
makedepends=('unzip')
optdepends=('gtk2: required for the Unity ScreenSelector plugin')
conflicts=('pokemon-revolution-online')
-changelog="change.log"
install="INSTALL"
-source=('net.pokemon-revolution-online.desktop' 'change.log' 'pokemonrevolution' 'copyright' 'pokemonrevolution.svg')
+source=('net.pokemon-revolution-online.desktop' 'pokemonrevolution' 'copyright' 'pokemonrevolution.svg')
md5sums=('3215173b6f1673d868e71f1d953ed9d2'
- '41edcb6b2bb90aa98cdc3303d840fba5'
'1b667f450341675b6b2c1750e034516c'
'0efcd0393015ff149217f9ced4670513'
'8446ead3097e1b87e3a63b667d956569')
@@ -25,12 +23,12 @@ package() {
# Variables
## i know this isnt a good thing and nobody wants to see this on aur, but itll make things easier for me #Fabian
## directory files naming is usually VNAMING_Date, binary VNAMING.x86_64
- __VNAMING="PROLinux" ##like PROLinux95_45_data, PROLinux95_45.x86_64
+ __VNAMING="PROLinux64" ##like PROLinux95_45_data, PROLinux95_45.x86_64
__DLDIR=$(xdg-user-dir DOWNLOAD) ##downloaddirectory
__DDLA="http://tiny.cc/PROLinux" ##download link
- __DDLFN="PROLinuxKarp.zip" ##filename
- __DDLFMD5="9ae5d891196b616f65e302e6d9d876cf" #md5sum
+ __DDLFN="PROLinux64.zip" ##filename
+ __DDLFMD5="c1b888b8efb2b6ef8f3e05da49738590" #md5sum
## "Something's missing"? -> No One Cares - Atreyu c;
if [ ! -f ${__DLDIR}/${__DDLFN} ]; then