mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/mgba to 0.7.3-2
This commit is contained in:
parent
c0032637f9
commit
4e795184c5
1 changed files with 3 additions and 3 deletions
|
@ -8,12 +8,12 @@
|
|||
pkgbase=mgba
|
||||
pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
|
||||
pkgver=0.7.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('x86_64')
|
||||
url='http://mgba.io'
|
||||
license=('custom:MPL2')
|
||||
makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
|
||||
'ffmpeg' 'libmagick' 'desktop-file-utils' 'qt5-tools')
|
||||
'ffmpeg' 'imagemagick' 'desktop-file-utils' 'qt5-tools')
|
||||
source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz)
|
||||
md5sums=('808ca8ca6f823be5c5b4bc6ffd642442')
|
||||
|
||||
|
@ -30,7 +30,7 @@ build() {
|
|||
|
||||
package_libmgba() {
|
||||
pkgdesc='Shared library of mGBA'
|
||||
depends=('zlib' 'libpng' 'libzip' 'libedit' 'ffmpeg' 'libmagick')
|
||||
depends=('zlib' 'libpng' 'libzip' 'libedit' 'ffmpeg' 'imagemagick')
|
||||
|
||||
cmake -DCOMPONENT=libmgba mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
|
||||
-P build/cmake_install.cmake
|
||||
|
|
Loading…
Reference in a new issue