summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormaz-12015-10-29 14:30:46 +0800
committermaz-12015-10-29 14:30:46 +0800
commite81d971065342c3aee92dfe891d47a5460e3933a (patch)
treedc7c4aaa4693156f58f598bbdeba7848a4094199
parent6a08667cef71c8ed28cbc2d2556b72a9c8ca9aec (diff)
downloadaur-e81d971065342c3aee92dfe891d47a5460e3933a.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--LICENSE10
-rw-r--r--PKGBUILD5
3 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3eee3c12a10..3f31c75d919b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = rpgvx-rtp
- pkgdesc = RPGMaker Runtime Package
+ pkgdesc = RPGMaker VX Runtime Package
pkgver = 202
pkgrel = 1
url = http://www.rpgmakerweb.com/download/additional/run-time-packages
@@ -12,7 +12,7 @@ pkgbase = rpgvx-rtp
source = http://tkool.jp/assets/files/vx_rtp202.zip
source = LICENSE
md5sums = 9d5377c02400491f96adcf9f429b9b8e
- md5sums = 01fee4ed0a5af011bd5b16e54f80e511
+ md5sums = 27ea6c531f6cb54d86c701f1595c63a5
pkgname = rpgvx-rtp
diff --git a/LICENSE b/LICENSE
index 640f2ceb18d2..076fd87c4ec0 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,8 +1,8 @@
-RPG MAKER VX Ace Runtime Package - End User License Agreement (Mar. 15th, 2012)
+RPG MAKER VX Runtime Package - End User License Agreement (Mar. 15th, 2012)
-THIS END USER LICENSE AGREEMENT (THE "AGREEMENT") IS A LEGALLY BINDING CONTRACT BETWEEN YOU, THE END-USER (THE "LICENSEE") AND ENTERBRAIN,INC. ("ENTERBRAIN" OR "LICENSOR"). BY INSTALLING OR USING "RPG MAKER VX ACE RUNTIME PACKAGE" (THE "RTP SOFTWARE"), YOU, THE LICENSEE, ARE AGREEING TO BE BOUND BY THE TERMS AND CONDITIONS OF THIS AGREEMENT. READ THE TERMS AND CONDITIONS OF THIS AGREEMENT CAREFULLY BEFORE INSTALLING OR USING THE RTP SOFTWARE. IF YOU DO NOT AGREE TO THE TERMS, CONDITIONS AND LIMITATIONS OF THIS AGREEMENT, PROMPTLY DELETE THE RTP SOFTWARE FROM YOUR COMPUTER.
+THIS END USER LICENSE AGREEMENT (THE "AGREEMENT") IS A LEGALLY BINDING CONTRACT BETWEEN YOU, THE END-USER (THE "LICENSEE") AND ENTERBRAIN,INC. ("ENTERBRAIN" OR "LICENSOR"). BY INSTALLING OR USING "RPG MAKER VX RUNTIME PACKAGE" (THE "RTP SOFTWARE"), YOU, THE LICENSEE, ARE AGREEING TO BE BOUND BY THE TERMS AND CONDITIONS OF THIS AGREEMENT. READ THE TERMS AND CONDITIONS OF THIS AGREEMENT CAREFULLY BEFORE INSTALLING OR USING THE RTP SOFTWARE. IF YOU DO NOT AGREE TO THE TERMS, CONDITIONS AND LIMITATIONS OF THIS AGREEMENT, PROMPTLY DELETE THE RTP SOFTWARE FROM YOUR COMPUTER.
- ENTERBRAIN grants to Licensee a non-exclusive, non-assignable, fee-free license to use the RTP SOFTWARE only for the purpose to play the game created and distributed by RPG MAKER VX Ace users who shall complete the registration procedure.
+ ENTERBRAIN grants to Licensee a non-exclusive, non-assignable, fee-free license to use the RTP SOFTWARE only for the purpose to play the game created and distributed by RPG MAKER VX users who shall complete the registration procedure.
Licensee shall not reverse engineer, de-compile, or disassemble the RTP SOFTWARE. Further, Licensee shall not sell, distribute, assign, lease, sublicense, encumber, or otherwise transfer the RTP SOFTWARE and/or its data without any prior written consent of ENTERBRAIN.
@@ -16,9 +16,9 @@ THIS END USER LICENSE AGREEMENT (THE "AGREEMENT") IS A LEGALLY BINDING CONTRACT
This Agreement will be interpreted and enforced in accordance with the laws of Japan without regard to choice of law principles. Any and all dispute arising out of or in connection with this Agreement shall solely be resolved by and at Tokyo District court, Tokyo, Japan.
-Note for using VX Ace RTP with other RPG MAKER products.
+Note for using VX RTP with other RPG MAKER products.
-The materials included in RPG MAKER VX Ace RTP can be used with other RPG MAKER products from Enterbrain as long as you own both RPG MAKER VX Ace and other RPG MAKER products. For example, if you already own RPG MAKER VX and you want to use any materials included in the VX Ace RTP with RPG MAKER VX, you need to purchase and own RPG MAKER VX Ace also.
+The materials included in RPG MAKER VX RTP can be used with other RPG MAKER products from Enterbrain as long as you own both RPG MAKER VX and other RPG MAKER products. For example, if you already own RPG MAKER VX Ace and you want to use any materials included in the VX RTP with RPG MAKER VX, you need to purchase and own RPG MAKER VX also.
(C) 2012 ENTERBRAIN, INC./YOJI OJIMA
diff --git a/PKGBUILD b/PKGBUILD
index c228b133b599..04e27d0cc3b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,19 @@
pkgname=rpgvx-rtp
pkgver=202
pkgrel=1
-pkgdesc="RPGMaker Runtime Package"
+pkgdesc="RPGMaker VX Runtime Package"
url='http://www.rpgmakerweb.com/download/additional/run-time-packages'
arch=('any')
license=('custom: commercial')
makedepends=('libarchive' 'innoextract' 'convmv')
source=("http://tkool.jp/assets/files/vx_rtp$pkgver.zip" "LICENSE")
-md5sums=('9d5377c02400491f96adcf9f429b9b8e' '01fee4ed0a5af011bd5b16e54f80e511')
+md5sums=('9d5377c02400491f96adcf9f429b9b8e' '27ea6c531f6cb54d86c701f1595c63a5')
noextract=vx_rtp202.zip
package() {
cd "$srcdir"
bsdtar xf vx_rtp$pkgver.zip
cd RPGVX_RTP$pkgver
- #find . | iconv -f SHIFT-JIS -t utf-8
convmv -r -f SHIFT-JIS -t utf-8 --notest .
innoextract setup.exe
mkdir -p "$pkgdir/opt/"