summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXavier2023-07-31 10:48:17 -0400
committerXavier2023-07-31 10:48:17 -0400
commit1bd28207e41683674f8798f18b474ce025e363fc (patch)
tree715ea9fa364e82b81080252b04440cdcec56fe77 /PKGBUILD
parent86a89c046ed3be584fc72fd6bbcfa1a365b32feb (diff)
downloadaur-1bd28207e41683674f8798f18b474ce025e363fc.tar.gz
Update to 0.2.106 release 2
- libgme as a make dependency and optional dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6f7e7b0bdba..3b2e8b30bb8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgbase=ocp
pkgname=('ocp' 'ocp-sdl2')
pkgver=0.2.106
-pkgrel=1
+pkgrel=2
pkgdesc="Open Cubic Player"
arch=('i686' 'x86_64')
url="https://stian.cubic.org/project-ocp.php"
@@ -15,7 +15,8 @@ sha256sums=('SKIP')
optdepends=('libvorbis: Vorbis codec support'
'libmad: MPEG codec support'
- 'flac: FLAC codec support')
+ 'flac: FLAC codec support'
+ 'libgme: Video game music emulation/playback support')
makedepends=('alsa-lib'
'cjson'
@@ -26,6 +27,7 @@ makedepends=('alsa-lib'
'ncurses'
'sdl2'
'xa'
+ 'libgme'
'libancient'
'libdiscid'
'libmad'