community/mgba to 0.10.2-1

This commit is contained in:
Kevin Mihelich 2023-05-02 18:15:30 +00:00
parent 1a4cdd5d18
commit 124f13383a

View file

@ -7,15 +7,15 @@
pkgbase=mgba
pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
pkgver=0.10.1
pkgrel=2
pkgver=0.10.2
pkgrel=1
arch=('x86_64')
url='http://mgba.io'
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)
sha256sums=('5fc1d7ac139fe51ef71782d5de12d11246563cdebd685354b6188fdc82a84bdf')
sha256sums=('60afef8fb79ba1f7be565b737bae73c6604a790391c737f291482a7422d675ae')
build() {
cmake -B build -S mgba-$pkgver \