mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mgba: update to 0.10.2
This commit is contained in:
parent
942f5e913a
commit
4a88a3cdf8
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'mgba'
|
# Template file for 'mgba'
|
||||||
pkgname=mgba
|
pkgname=mgba
|
||||||
version=0.10.1
|
version=0.10.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config qt5-host-tools qt5-qmake desktop-file-utils"
|
hostmakedepends="pkg-config qt5-host-tools qt5-qmake desktop-file-utils"
|
||||||
makedepends="SDL2-devel ffmpeg-devel libedit-devel libepoxy-devel libmagick-devel
|
makedepends="SDL2-devel ffmpeg-devel libedit-devel libepoxy-devel libmagick-devel
|
||||||
libzip-devel qt5-multimedia-devel qt5-tools-devel"
|
libzip-devel qt5-multimedia-devel qt5-tools-devel"
|
||||||
short_desc="Game Boy Advance emulator written in C"
|
short_desc="Game Boy Advance emulator written in C"
|
||||||
maintainer="fanyx <fanyx@pm.me>"
|
maintainer="fanyx <fanyx@posteo.net>"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
homepage="https://www.mgba.io/"
|
homepage="https://www.mgba.io/"
|
||||||
changelog="https://raw.githubusercontent.com/mgba-emu/mgba/master/CHANGES"
|
changelog="https://raw.githubusercontent.com/mgba-emu/mgba/master/CHANGES"
|
||||||
distfiles="https://github.com/mgba-emu/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/mgba-emu/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum="5fc1d7ac139fe51ef71782d5de12d11246563cdebd685354b6188fdc82a84bdf"
|
checksum="60afef8fb79ba1f7be565b737bae73c6604a790391c737f291482a7422d675ae"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
makedepends+=" libatomic-devel"
|
makedepends+=" libatomic-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue