mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/mgba to 0.9.3-4
This commit is contained in:
parent
bd0dc07661
commit
bcf6db8f39
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
pkgbase=mgba
|
||||
pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
|
||||
pkgver=0.9.3
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
arch=('x86_64')
|
||||
url='http://mgba.io'
|
||||
license=('custom:MPL2')
|
||||
|
@ -31,7 +31,7 @@ build() {
|
|||
|
||||
package_libmgba() {
|
||||
pkgdesc='Shared library of mGBA'
|
||||
depends=('zlib' 'libpng' 'libzip' 'libedit' 'ffmpeg' 'sqlite')
|
||||
depends=('zlib' 'libpng' 'libzip' 'libedit' 'ffmpeg4.4' 'sqlite')
|
||||
|
||||
cmake -DCOMPONENT=libmgba mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
|
||||
-P build/cmake_install.cmake
|
||||
|
|
Loading…
Reference in a new issue