mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/mgba to 0.6.3-1
This commit is contained in:
parent
36778d8264
commit
21c7ef25fe
1 changed files with 3 additions and 3 deletions
|
@ -8,15 +8,15 @@
|
||||||
|
|
||||||
pkgbase=mgba
|
pkgbase=mgba
|
||||||
pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
|
pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
|
||||||
pkgver=0.6.2
|
pkgver=0.6.3
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='http://mgba.io'
|
url='http://mgba.io'
|
||||||
license=('custom:MPL2')
|
license=('custom:MPL2')
|
||||||
makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
|
makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
|
||||||
'ffmpeg' 'libmagick' 'desktop-file-utils' 'qt5-tools')
|
'ffmpeg' 'libmagick' 'desktop-file-utils' 'qt5-tools')
|
||||||
source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz)
|
source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz)
|
||||||
md5sums=('c3323648b96ffba893c09f5e01b9bfc6')
|
md5sums=('5e46c98c6321941499c44f88b2001d9b')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
[[ ! -d build ]] && mkdir build || rm -rf build
|
[[ ! -d build ]] && mkdir build || rm -rf build
|
||||||
|
|
Loading…
Reference in a new issue