mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/mgba to 0.9.3-1
This commit is contained in:
parent
42f2a49ce4
commit
3c0e023b54
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue