mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/mgba to 0.10.2-1
This commit is contained in:
parent
1a4cdd5d18
commit
124f13383a
1 changed files with 3 additions and 3 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue