summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgameslayer2024-02-01 20:39:36 +1000
committergameslayer2024-02-01 20:39:36 +1000
commit2a1cf0d5f04b2134df02dfca38340e7471b3c939 (patch)
tree1f583a452b968e6a2c4521776d01b1eae1946e54
parentf3fd93cb62bc09f7d0b9cbe2016b7591e9a87eea (diff)
downloadaur-2a1cf0d5f04b2134df02dfca38340e7471b3c939.tar.gz
Added dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5af7d0acab17..36a8674e3ebd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = scp-bin
depends = wget
depends = sdl2
depends = sdl2_mixer
+ depends = timidity++
source_x86_64 = https://gitlab.com/spacecadetpinball/binaries/2.1.0/-/raw/main/SpaceCadetPinball-Linux-x64.tar.xz
sha256sums_x86_64 = SKIP
source_aarch64 = https://gitlab.com/spacecadetpinball/binaries/2.1.0/-/raw/main/SpaceCadetPinball-Linux-arm64.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index f3aee8abb8c9..16ac551c0d84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="Space Cadet Pinball engine for Space Cadet Pinball and Full Tilt! Pinba
arch=('x86_64' 'aarch64' 'i386' 'i686')
url="https://gitlab.com/spacecadetpinball"
license=('GPL')
-depends=('wget' 'sdl2' 'sdl2_mixer')
+depends=('wget' 'sdl2' 'sdl2_mixer' 'timidity++')
makedepends=('unzip')
sha256sums_x86_64=('SKIP')
sha256sums_i386=('SKIP')