summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Jaksch2016-05-24 15:29:31 +0200
committerOliver Jaksch2016-05-24 15:29:31 +0200
commitb0462a9fcc0ed492756121df92b01b986fd0cc67 (patch)
treeeba33655e4defcf21d6d6112fc3beffa195862c7
parentf7b57eddd9154f0b67b739402b8d70e6d62fce55 (diff)
downloadaur-b0462a9fcc0ed492756121df92b01b986fd0cc67.tar.gz
${MSG}
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae6b4344c0e1..2ba2af44a525 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue May 24 13:29:29 UTC 2016
pkgbase = libretro-prosystem-git
pkgdesc = libretro implementation of ProSystem. (Atari 7800)
- pkgver = 89.24bf5eb
+ pkgver = 93.fe7530c
pkgrel = 1
url = https://github.com/libretro/prosystem-libretro
arch = i686
@@ -13,8 +15,8 @@ pkgbase = libretro-prosystem-git
depends = zlib
source = git+https://github.com/libretro/prosystem-libretro.git
source = https://raw.github.com/libretro/libretro-super/master/dist/info/prosystem_libretro.info
- md5sums = SKIP
- md5sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
pkgname = libretro-prosystem-git
diff --git a/PKGBUILD b/PKGBUILD
index e16ae7a5883b..4b1dc2ce36fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Oliver Jaksch <arch-aur@com-in.de>
pkgname=libretro-prosystem-git
-pkgver=89.24bf5eb
+pkgver=93.fe7530c
pkgrel=1
pkgdesc="libretro implementation of ProSystem. (Atari 7800)"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
@@ -13,9 +13,9 @@ makedepends=('git')
_libname=prosystem_libretro
_gitname=prosystem-libretro
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}"