summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSvitozar Cherepii2019-08-20 00:12:08 +0300
committerSvitozar Cherepii2019-08-20 00:12:08 +0300
commitdba47648dc5e9ed4f287ad4f5362a20b106a9eec (patch)
tree50edda83dc5cd7456077854e877f9e198e076fee
parentaf21c81cf7558048ab2360d6f55384987f71f56a (diff)
downloadaur-dba47648dc5e9ed4f287ad4f5362a20b106a9eec.tar.gz
19.0819, style
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD16
2 files changed, 9 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca26d22ce4ad..c90b076e8b14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rvgl-bin
pkgdesc = Rewrite of Re-Volt, popular 3D RC car racing game from 1999.
- pkgver = 19.0430
+ pkgver = 19.0819
pkgrel = 1
url = https://rvgl.re-volt.io
arch = x86_64
@@ -16,14 +16,11 @@ pkgbase = rvgl-bin
optdepends = libvorbis: for OGG Vorbis support
optdepends = flac: for FLAC support
optdepends = mpg123: for MPEG support
- optdepends = fluidsynth: for SoundFont 2 support
- source = https://distribute.re-volt.io/packs/game_files.zip
- source = https://distribute.re-volt.io/releases/rvgl_version.txt
- source = https://rvgl.re-volt.io/downloads/rvgl_19.0430a_linux.7z
+ source = game-files-18.0328.zip::https://distribute.re-volt.io/packs/game_files.zip
+ source = https://rvgl.re-volt.io/downloads/rvgl_19.0819a_linux.7z
source = rvgl.desktop
sha256sums = e6a6af46b96cfba9d74b0607de6c99a15f316ba7a7008d30197a9ee8b96e7fe3
- sha256sums = SKIP
- sha256sums = addac49fe550c8e7795878d1981d84a02d206df911be61bbd9e0d1950292edf9
+ sha256sums = 90c23acbdaacf8d0117e085336dfbb59fd9b564d191c5fedd9b24fd4a1e2c12f
sha256sums = 4313552a067486339319e6e4b13386040183e196d7b6e26a1fec56a711e4721d
pkgname = rvgl-bin
diff --git a/PKGBUILD b/PKGBUILD
index e1d700960b30..2e4fc225b5c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: Svitozar Cherepii <razotivs@gmail.com>
pkgname=rvgl-bin
-pkgver=19.0430
+pkgver=19.0819
+gamefilever=18.0328
pkgrel=1
pkgdesc="Rewrite of Re-Volt, popular 3D RC car racing game from 1999."
url='https://rvgl.re-volt.io'
@@ -13,21 +14,14 @@ optdepends=('rvgl-dcpack: dreamcast cars, rooftops track, box layout'
'libsndfile: for uncompressed audio support'
'libvorbis: for OGG Vorbis support'
'flac: for FLAC support'
- 'mpg123: for MPEG support'
- 'fluidsynth: for SoundFont 2 support')
-source=("https://distribute.re-volt.io/packs/game_files.zip"
- "https://distribute.re-volt.io/releases/rvgl_version.txt"
+ 'mpg123: for MPEG support')
+source=("game-files-$gamefilever.zip::https://distribute.re-volt.io/packs/game_files.zip"
"https://rvgl.re-volt.io/downloads/rvgl_${pkgver}a_linux.7z"
"rvgl.desktop")
sha256sums=('e6a6af46b96cfba9d74b0607de6c99a15f316ba7a7008d30197a9ee8b96e7fe3'
- 'SKIP'
- 'addac49fe550c8e7795878d1981d84a02d206df911be61bbd9e0d1950292edf9'
+ '90c23acbdaacf8d0117e085336dfbb59fd9b564d191c5fedd9b24fd4a1e2c12f'
'4313552a067486339319e6e4b13386040183e196d7b6e26a1fec56a711e4721d')
-pkgver() {
- cat rvgl_version.txt
-}
-
package() {
find cars edit gallery gfx levels licenses models redbook shaders \
strings wavs gamecontrollerdb.txt game_gauge_replay.rpl -type f -exec \