summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-11 14:17:25 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-11 14:17:25 -0800
commit11cf3c1efc3280473d515de6d4ec0d345175a5b6 (patch)
treeeed6ee40627446c2854dd2f8c100788ad2b2bad3
parentRebuild with explicit ffmpeg 4.4 depend (diff)
downloadmgba-11cf3c1efc3280473d515de6d4ec0d345175a5b6.tar.xz
Rebuild with explicit ffmpeg-compat-58 depend
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c5d559..ae9a8bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,7 @@ pkgrel=2
arch=('x86_64')
url='http://mgba.io'
license=('custom:MPL2')
+depends=('ffmpeg-compat-58')
makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
'ffmpeg4.4' 'desktop-file-utils' 'qt5-tools')
source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz)