[arch-commits] Commit in mgba/trunk (PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Tue Aug 9 15:37:23 UTC 2022


    Date: Tuesday, August 9, 2022 @ 15:37:23
  Author: alucryd
Revision: 1263654

FS#74763: ffmpeg -> ffmpeg4.4 in depends

Modified:
  mgba/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-09 15:37:20 UTC (rev 1263653)
+++ PKGBUILD	2022-08-09 15:37:23 UTC (rev 1263654)
@@ -5,7 +5,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')
@@ -28,7 +28,7 @@
 
 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



More information about the arch-commits mailing list