summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d869d3f6daa3..5fccbd30446f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Oliver Jaksch <arch-aur@com-in.de>
pkgname=libretro-mame2003-git
-pkgver=252.6809571
+pkgver=266.ffd2614
pkgrel=1
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
@@ -13,11 +13,11 @@ makedepends=('git' 'python2')
_libname=mame2003_libretro
_gitname=mame2003-libretro
source=("git+https://github.com/libretro/${_gitname}.git"
- "https://raw.github.com/libretro/libretro-super/master/dist/info/${_libname}.info"
- "https://raw.githubusercontent.com/libretro/mame/master/docs/mamelicense.txt")
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP')
+ "https://raw.github.com/libretro/libretro-super/master/dist/info/${_libname}.info"
+ "https://raw.githubusercontent.com/libretro/mame/master/docs/mamelicense.txt")
+sha256sums=('SKIP'
+ 'SKIP'
+ 'SKIP')
pkgver() {
cd "${_gitname}"