summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-12-23 14:37:12 -0800
committerJohnathan Jenkins2017-12-23 14:37:12 -0800
commit8a90927d4f3a59c43b855e9c00180fdfab96a312 (patch)
treeeee0969cd11514599aee84a30476a04ee566b262
parentb1ce1a7d956828d2d8ed648939c6606704f612a4 (diff)
downloadaur-8a90927d4f3a59c43b855e9c00180fdfab96a312.tar.gz
remove info file because of conflict in libretro-core-info
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61955f6edc90..f32845b635fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Dec 23 22:36:53 UTC 2017
pkgbase = libretro-genesis-plus-gx-git
pkgdesc = libretro implementation of Genesis Plus GX. (Sega Master System/Sega Game Gear/Sega Mega Drive/Sega Genesis/Sega CD)
- pkgver = 1145.365a28c
+ pkgver = 1366.5c515fb
pkgrel = 1
url = https://github.com/libretro/Genesis-Plus-GX
arch = i686
@@ -12,10 +14,9 @@ pkgbase = libretro-genesis-plus-gx-git
license = custom
makedepends = git
depends = zlib
+ depends = libretro-core-info
conflicts = libretro-genplus-git
source = git+https://github.com/libretro/Genesis-Plus-GX.git
- source = https://raw.github.com/libretro/libretro-super/master/dist/info/genesis_plus_gx_libretro.info
- md5sums = SKIP
md5sums = SKIP
pkgname = libretro-genesis-plus-gx-git
diff --git a/PKGBUILD b/PKGBUILD
index b5187d16d1e2..2b1b3f7d5895 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: almostalive <almostalive2003 at gmail dot com>
pkgname=libretro-genesis-plus-gx-git
-pkgver=1145.365a28c
+pkgver=1366.5c515fb
pkgrel=1
pkgdesc="libretro implementation of Genesis Plus GX. (Sega Master System/Sega Game Gear/Sega Mega Drive/Sega Genesis/Sega CD)"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
@@ -11,15 +11,13 @@ groups=('libretro')
url="https://github.com/libretro/Genesis-Plus-GX"
license=('custom')
conflicts=('libretro-genplus-git')
-depends=('zlib')
+depends=('zlib' 'libretro-core-info')
makedepends=('git')
_libname=genesis_plus_gx_libretro
_gitname=Genesis-Plus-GX
-source=("git+https://github.com/libretro/${_gitname}.git"
- "https://raw.github.com/libretro/libretro-super/master/dist/info/${_libname}.info")
-md5sums=('SKIP'
- 'SKIP')
+source=("git+https://github.com/libretro/${_gitname}.git")
+md5sums=('SKIP')
pkgver() {
cd "${_gitname}"
@@ -34,5 +32,4 @@ build() {
package() {
install -Dm644 "${_gitname}/LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
install -Dm644 "${_gitname}/${_libname}.so" "${pkgdir}/usr/lib/libretro/${_libname}.so"
- install -Dm644 "${_libname}.info" "${pkgdir}/usr/share/libretro/info/${_libname}.info"
}