From 4e795184c58c3f33cc10cf04a16fb2ff16651701 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 31 Oct 2019 12:36:47 +0000 Subject: [PATCH] community/mgba to 0.7.3-2 --- community/mgba/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/mgba/PKGBUILD b/community/mgba/PKGBUILD index 3c3bc957b..30899cfda 100644 --- a/community/mgba/PKGBUILD +++ b/community/mgba/PKGBUILD @@ -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