summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatti Niemenmaa2016-07-19 21:19:37 +0300
committerMatti Niemenmaa2016-07-19 21:19:37 +0300
commit0e5d077b0be130d646e540fa55a6605bca57c35a (patch)
treee28a8b5ac61bca37775c2c3fe055211e67d0fd41
parentbae366f07148ad7f91efbc0573538dcd6de9a1ad (diff)
downloadaur-mdxmini-git.tar.gz
Add sdl to makedepends (should always have been)
-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