summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Slipchenko2018-01-19 08:31:08 +0300
committerSergey Slipchenko2018-01-19 08:31:34 +0300
commitc5bac26298e5d56f7c94bbfb770dd3229ba5f9ec (patch)
treef810c37e2f28f75a2f6f53f075424bb757721620
parentc9bcbb29bf66504f88fe37c9b98d9dd0cc87b196 (diff)
downloadaur-c5bac26298e5d56f7c94bbfb770dd3229ba5f9ec.tar.gz
Add libretro-core-info as a dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 978c3cc7b499..7f5a962e2a27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = libretro-snes9x2002-git
groups = libretro
license = unknown
makedepends = git
+ depends = libretro-core-info
source = git+https://github.com/libretro/snes9x2002.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 580eb7888327..a53ddf1fa6e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('arm' 'armv6h' 'armv7h')
url="https://github.com/libretro/$_gitname"
license=('unknown')
groups=('libretro')
+depends=('libretro-core-info')
makedepends=('git')
source=("git+https://github.com/libretro/$_gitname.git")
md5sums=('SKIP')