summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTids2016-06-13 17:38:02 +0200
committerTids2016-06-13 17:38:02 +0200
commit3d27d8b3839bcdc1db8b3716a37dffbbb1521bb7 (patch)
tree4df095b023ff56e44b9acf0f9d23437e1d7e7c93
parentd1789ea49f996d86829c8b196aa5d671fec4c833 (diff)
downloadaur-3d27d8b3839bcdc1db8b3716a37dffbbb1521bb7.tar.gz
new upstream release
-rw-r--r--PKGBUILD18
-rw-r--r--change.log5
2 files changed, 16 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68bc72b839ad..0909a97ba5d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Fabian <plusfabi[AT+thegoogleadress]>
pkgname=pokemon-revolution-online-bin
-pkgver=0.94.20160509
+pkgver=0.95.20160613
pkgrel=1
pkgdesc="A free-to-play, fan-made, MMO game that is predicated around the official Pokémon games."
arch=('x86_64')
url="http://pokemon-revolution-online.net"
license=('custom')
-depends=('gcc-libs-multilib')
+depends=('gcc-libs-multilib' 'xdg-utils' 'desktop-file-utils' 'unzip')
optdepends=('gtk2: required for the Unity ScreenSelector plugin')
conflicts=('pokemon-revolution-online')
changelog="change.log"
source=('net.pokemon-revolution-online.desktop' 'change.log' 'pokemonrevolution' 'copyright' 'pokemonrevolution.svg')
md5sums=('3215173b6f1673d868e71f1d953ed9d2'
- '1a6d6b3aeee7c84cd38cafb715ffec8a'
+ '4ada7224dfa493e7a50fe93b4605c944'
'1b667f450341675b6b2c1750e034516c'
'0efcd0393015ff149217f9ced4670513'
'8446ead3097e1b87e3a63b667d956569')
@@ -23,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="PROLinux64_94"
+ __VNAMING="PROLinux64_95"
__DLDIR=$(xdg-user-dir DOWNLOAD)
__DDLA="http://tiny.cc/PROLinux"
- __DDLFN="PRO94_3_Linux.zip"
- __DDLFMD5="2badf060f386cd06dd8160fa23950bde"
+ __DDLFN="PROLinux.zip"
+ __DDLFMD5="5babd90543bb77a80806dcd800c183b0"
## "Something's missing"? -> No One Cares - Atreyu c;
if [ ! -f ${__DLDIR}/${__DDLFN} ]; then
@@ -51,7 +51,11 @@ package() {
}
fi
- bsdtar -x -p -f "${__DLDIR}/${__DDLFN}"
+ #bsdtar -x -p -f "${__DLDIR}/${__DDLFN}"
+ ## we're using unzip for now, since bsdtar cant handle the zip file
+ ## bsdtar: Invalid central directory signature
+ ## bsdtar: Error exit delayed from previous errors.
+ unzip "${__DLDIR}/${__DDLFN}"
# CREATE FOLDERS
## copy the folderstructure of the original without content.
diff --git a/change.log b/change.log
index 4ebfcdf1e394..db05cfc7f7a0 100644
--- a/change.log
+++ b/change.log
@@ -1,6 +1,11 @@
Game Changelog
http://pokemon-revolution-online.net/Forum/viewtopic.php?f=14&t=4563
+0.94.20160613-1
+* new version of PRO
+* added 'unzip' 'xdg-utils' 'desktop-file-utils' as dependency
+* using unzip as bsdtar also bsdtar: Invalid central directory signature ;; bsdtar: Error exit delayed from previous errors.
+
0.94.20160509-1
* new version of PRO
* no automatic mode anymore, you have to download it yourself -> since DDL is always down