summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Jaksch2016-05-26 06:01:31 +0200
committerOliver Jaksch2016-05-26 06:01:31 +0200
commitbdc568db928e3dbb662239837442456aa40db567 (patch)
tree35158e00c436d9f8d03e3af914b1a9b861d30b87
parentfc1871a52361f04549addda1c9c60dca94469682 (diff)
downloadaur-bdc568db928e3dbb662239837442456aa40db567.tar.gz
${MSG}
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a1be23a68d5..9458eeac5bc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 18 12:03:41 UTC 2016
+# Thu May 26 04:01:29 UTC 2016
pkgbase = libretro-scummvm-git
pkgdesc = libretro implementation of ScummVM.
- pkgver = 69806.c46b2c0
+ pkgver = 71574.a2b6276
pkgrel = 1
url = https://github.com/libretro/scummvm
arch = i686
@@ -14,8 +14,8 @@ pkgbase = libretro-scummvm-git
makedepends = git
source = git+https://github.com/libretro/scummvm.git
source = https://raw.github.com/libretro/libretro-super/master/dist/info/scummvm_libretro.info
- md5sums = SKIP
- md5sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
pkgname = libretro-scummvm-git
diff --git a/PKGBUILD b/PKGBUILD
index b44e17be8e2b..1c880d83372c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Oliver Jaksch <arch-aur@com-in.de>
pkgname=libretro-scummvm-git
-pkgver=69806.c46b2c0
+pkgver=71574.a2b6276
pkgrel=1
pkgdesc="libretro implementation of ScummVM."
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
@@ -12,9 +12,9 @@ makedepends=('git')
_libname=scummvm_libretro
_gitname=scummvm
source=("git+https://github.com/libretro/${_gitname}.git"
- "https://raw.github.com/libretro/libretro-super/master/dist/info/${_libname}.info")
-md5sums=('SKIP'
- 'SKIP')
+ "https://raw.github.com/libretro/libretro-super/master/dist/info/${_libname}.info")
+sha256sums=('SKIP'
+ 'SKIP')
pkgver() {
cd "${_gitname}"