summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhuki2020-09-06 18:36:15 +0530
committerhuki2020-09-06 18:36:30 +0530
commit703864f0ff5dc454458daaf342406673af73fb5b (patch)
tree11d24b891d1e428fa793880aa18ab995b5c63b73
parentde53788301c721a0c4bc1155eb156f305cc6d8a9 (diff)
downloadaur-703864f0ff5dc454458daaf342406673af73fb5b.tar.gz
20.0905a-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 9 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e7da92b0296..257c1f47cdc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rvgl-bin
pkgdesc = Rewrite of Re-Volt, popular R/C car racing game from 1999.
- pkgver = 20.0430a
- pkgrel = 4
+ pkgver = 20.0905a
+ pkgrel = 1
url = https://rvgl.re-volt.io
arch = x86_64
groups = rvgl-basic
@@ -21,8 +21,8 @@ pkgbase = rvgl-bin
optdepends = flac: for FLAC support
optdepends = mpg123: for MPEG support
source = rvgl_game_files::git+https://gitlab.com/re-volt/game_files.git#tag=18.0328
- source = rvgl_assets::git+https://gitlab.com/re-volt/rvgl-assets.git#tag=20.0430a
- source = rvgl_platform::git+https://gitlab.com/re-volt/rvgl-platform.git#tag=20.0430a
+ source = rvgl_assets::git+https://gitlab.com/re-volt/rvgl-assets.git#tag=20.0905a
+ source = rvgl_platform::git+https://gitlab.com/re-volt/rvgl-platform.git#tag=20.0905a
source = RVGL.desktop
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d0c9a26a5325..6022477b5caa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Svitozar Cherepii <razotivs@gmail.com>
pkgname=rvgl-bin
-pkgver=20.0430a
+pkgver=20.0905a
gamefilesver=18.0328
-pkgrel=4
+pkgrel=1
pkgdesc="Rewrite of Re-Volt, popular R/C car racing game from 1999."
url='https://rvgl.re-volt.io'
arch=('x86_64')
@@ -37,15 +37,10 @@ package() {
find * -type f -exec install -Dm644 {} "$pkgdir/opt/rvgl/{}" \;
# User folders
+ install -dm777 "$pkgdir/opt/rvgl/cache"
install -dm777 "$pkgdir/opt/rvgl/profiles"
install -dm777 "$pkgdir/opt/rvgl/replays"
-
- for class in rookie amateur advanced semi-pro pro superpro; do
- install -dm777 "$pkgdir/opt/rvgl/times/normal/$class"
- install -dm777 "$pkgdir/opt/rvgl/times/mirror/$class"
- install -dm777 "$pkgdir/opt/rvgl/times/reverse/$class"
- install -dm777 "$pkgdir/opt/rvgl/times/reversemirror/$class"
- done
+ install -dm777 "$pkgdir/opt/rvgl/times"
# Platform binaries
cd "$srcdir/rvgl_platform/linux"
@@ -54,6 +49,7 @@ package() {
# Icons
cd "$srcdir/rvgl_platform/linux/icons"
find * -type f -exec install -Dm644 {} "$pkgdir/usr/share/icons/hicolor/{}" \;
+ find "256x256/apps/rvgl.png" -type f -exec install -Dm644 {} "$pkgdir/opt/rvgl/icons/{}" \;
# Launcher
cd "$srcdir"