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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Thu Oct 14 21:24:59 UTC 2021


    Date: Thursday, October 14, 2021 @ 21:24:59
  Author: svenstaro
Revision: 1030208

upgpkg: scummvm 2.5.0-2: Enable all engines during build (FS#72392)

Modified:
  scummvm/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-14 21:24:42 UTC (rev 1030207)
+++ PKGBUILD	2021-10-14 21:24:59 UTC (rev 1030208)
@@ -4,7 +4,7 @@
 
 pkgname=scummvm
 pkgver=2.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A 'virtual machine' for several classic graphical point-and-click adventure games."
 arch=('x86_64')
 license=('GPL')
@@ -21,6 +21,7 @@
   ./configure \
     --enable-c++11 \
     --enable-release \
+    --enable-all-engines \
     --prefix=/usr
   make
 }



More information about the arch-commits mailing list