summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-11-01 00:21:48 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-11-01 00:21:48 -0700
commitd3f2b376054dd53be06d2819a8ca5793ed2e5588 (patch)
tree1b48703ae8f8477376b488c4248d19975fd562b2
parentUpdated to 0.7.3 (diff)
downloadmgba-d3f2b376054dd53be06d2819a8ca5793ed2e5588.tar.xz
Rebuild for imagemagick
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d184c37..16f066d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,12 +9,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')
@@ -34,7 +34,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