summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorquellen2018-03-19 16:33:54 +0100
committerquellen2018-03-19 16:33:54 +0100
commit758eb1e63385cd26ac63efe4d588e9e45648af0d (patch)
treea004bdfcb233b535c1e5b08382069aefed075aa4 /PKGBUILD
parentb04f0bf5c2c4ea44ef8180f57fe769eee034022d (diff)
downloadaur-758eb1e63385cd26ac63efe4d588e9e45648af0d.tar.gz
add libretro-core-info depend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index daa1e8445603..82d47dd44474 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,15 +8,13 @@ arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url="https://github.com/libretro/libretro-fsuae"
license=('GPL3')
groups=('libretro')
-depends=('zlib')
+depends=('zlib' 'libretro-core-info')
makedepends=('git')
_libname=fsuae_libretro
_gitname=libretro-fsuae
-source=("git+https://github.com/libretro/${_gitname}.git"
- "https://raw.github.com/libretro/libretro-super/master/dist/info/${_libname}.info")
-sha256sums=('SKIP'
- 'SKIP')
+source=("git+https://github.com/libretro/${_gitname}.git")
+sha256sums=('SKIP')
pkgver() {
cd "${_gitname}"