summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhuki2020-07-29 18:53:06 +0530
committerhuki2020-07-29 18:53:06 +0530
commit26939021a9bce356ca62411a3ea99ef935c109b8 (patch)
tree45a9216f1e1263f6fd4caed3591b4d75c9b23405
parent41deb37f52d087286e2969169a67d123d5e66c8e (diff)
downloadaur-26939021a9bce356ca62411a3ea99ef935c109b8.tar.gz
update url and optdepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f32f01481068..4f199916b60d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,12 +2,14 @@ pkgbase = rvgl-io-tracks-circuit
pkgdesc = Additional RVGL tracks used for drifting and other special events.
pkgver = 20.0503
pkgrel = 1
- url = https://rvgl.re-volt.io
+ url = https://re-volt.io/online/tracks
arch = any
groups = rvgl-community
license = custom
makedepends = git
depends = rvgl-bin
+ optdepends = rvgl-io-loadlevel: custom load screens
+ optdepends = rvgl-io-music: extra music
source = rvgl_io_tracks_circuit::git+https://gitlab.com/re-volt/rvio/circuit_tracks.git#tag=20.0503
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 31cea27eba9f..3c5a3487ac6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,12 @@ pkgname=rvgl-io-tracks-circuit
pkgver=20.0503
pkgrel=1
pkgdesc="Additional RVGL tracks used for drifting and other special events."
-url='https://rvgl.re-volt.io'
+url='https://re-volt.io/online/tracks'
arch=('any')
license=('custom')
depends=('rvgl-bin')
+optdepends=('rvgl-io-loadlevel: custom load screens'
+ 'rvgl-io-music: extra music')
makedepends=('git')
groups=('rvgl-community')
source=("rvgl_io_tracks_circuit"::git+https://gitlab.com/re-volt/rvio/circuit_tracks.git#tag=${pkgver})