summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index daa1e8445603..f7a725d52b7b 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-git')
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}"