summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24655a7cacb2..3ea303229612 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = mdxmini-git
pkgdesc = Library and command line player for Sharp X68000 MDX music files
pkgver = r19.eda5bca
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/weimingtom/mdxplayer/tree/master/jni/mdxmini
arch = i686
arch = x86_64
license = GPL2
makedepends = git
+ makedepends = sdl
source = mdxmini-git::git+https://github.com/weimingtom/mdxplayer.git
source = buffer-size.patch
source = makefiles.patch
diff --git a/PKGBUILD b/PKGBUILD
index 250b6b171f1a..9ae14cd1042a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgbase=mdxmini-git
pkgname=(mdxmini-git mdxplay-git)
pkgver=r19.eda5bca
-pkgrel=4
+pkgrel=5
pkgdesc='Library and command line player for Sharp X68000 MDX music files'
arch=(i686 x86_64)
# BouKiCHi's original repo seems to be gone so use this random, most up to
# date, fork instead.
url='https://github.com/weimingtom/mdxplayer/tree/master/jni/mdxmini'
license=(GPL2)
-makedepends=(git)
+makedepends=(git sdl)
source=("$pkgbase"::'git+https://github.com/weimingtom/mdxplayer.git'
buffer-size.patch
makefiles.patch