community/mgba to 0.9.3-1

This commit is contained in:
Kevin Mihelich 2022-01-19 13:53:20 +00:00
parent 42f2a49ce4
commit 3c0e023b54
1 changed files with 2 additions and 2 deletions

View File

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