summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-01-22 03:04:17 -0800
committerJohnathan Jenkins2017-01-22 03:04:17 -0800
commitecc3f81d12eaa37029d002188b1221ff1b05fc00 (patch)
treef3338c9036204ed5c3d2f480161b7366217dd834
parent58281c88449f88b7baa09c5af519462f00dc921a (diff)
downloadaur-ecc3f81d12eaa37029d002188b1221ff1b05fc00.tar.gz
skip info file check for now
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcd7dd40dbab..44a1060bd060 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jan 22 11:03:33 UTC 2017
+# Sun Jan 22 11:04:13 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 = 1052.40c9782
@@ -17,7 +17,7 @@ pkgbase = libretro-genesis-plus-gx-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
+ md5sums = 1ea04e6f7b72000a7af064fc59a2d1bd
pkgname = libretro-genesis-plus-gx-git
diff --git a/PKGBUILD b/PKGBUILD
index 92fb5b066401..799d46e0146a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ _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')
+ '1ea04e6f7b72000a7af064fc59a2d1bd')
pkgver() {
cd "${_gitname}"