mgba: update to 0.10.2

This commit is contained in:
fanyx 2023-04-25 23:31:57 +02:00 committed by Andrew Benson
parent 942f5e913a
commit 4a88a3cdf8
1 changed files with 3 additions and 3 deletions

View File

@ -1,18 +1,18 @@
# Template file for 'mgba'
pkgname=mgba
version=0.10.1
version=0.10.2
revision=1
build_style=cmake
hostmakedepends="pkg-config qt5-host-tools qt5-qmake desktop-file-utils"
makedepends="SDL2-devel ffmpeg-devel libedit-devel libepoxy-devel libmagick-devel
libzip-devel qt5-multimedia-devel qt5-tools-devel"
short_desc="Game Boy Advance emulator written in C"
maintainer="fanyx <fanyx@pm.me>"
maintainer="fanyx <fanyx@posteo.net>"
license="MPL-2.0"
homepage="https://www.mgba.io/"
changelog="https://raw.githubusercontent.com/mgba-emu/mgba/master/CHANGES"
distfiles="https://github.com/mgba-emu/${pkgname}/archive/${version}.tar.gz"
checksum="5fc1d7ac139fe51ef71782d5de12d11246563cdebd685354b6188fdc82a84bdf"
checksum="60afef8fb79ba1f7be565b737bae73c6604a790391c737f291482a7422d675ae"
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"