community/mgba to 0.6.1-1

This commit is contained in:
Kevin Mihelich 2017-10-08 15:07:32 +00:00
parent 6916986056
commit 9c4407c9df

View file

@ -8,7 +8,7 @@
pkgbase=mgba
pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
pkgver=0.6.0
pkgver=0.6.1
pkgrel=1
arch=('i686' 'x86_64')
url='http://mgba.io'
@ -16,7 +16,7 @@ license=('custom:MPL2')
makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
'ffmpeg' 'imagemagick' 'desktop-file-utils' 'qt5-tools')
source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz)
md5sums=('cdad6be9a3a01afc5d2e9b53f0321a68')
md5sums=('e2a8c7caf440da0232a13187ef8073ca')
prepare() {
[[ ! -d build ]] && mkdir build || rm -rf build