summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOliver Jaksch2016-08-25 07:43:15 +0200
committerOliver Jaksch2016-08-25 07:43:15 +0200
commitdfd1f3532c05ad3d8b436a878353ee004200df5d (patch)
tree6e73f10829dae09c1e79bc83843e99e08fcae8ca /PKGBUILD
parenta95b89c6e2d32bec77061fe88b496b608a2e5df6 (diff)
downloadaur-dfd1f3532c05ad3d8b436a878353ee004200df5d.tar.gz
Remove LSB_FIRST reference, cleanups
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd5c1c02fc51..2ae244e12a71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Oliver Jaksch <arch-aur@com-in.de>
pkgname=libretro-dosbox-git
-pkgver=191.40ddb3b
+pkgver=197.1e50d76
pkgrel=1
pkgdesc="libretro implementation of DOSBox."
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
@@ -12,9 +12,9 @@ makedepends=('git')
_libname=dosbox_libretro
_gitname=dosbox-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}"