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

Maxime Gauduin alucryd at archlinux.org
Fri Feb 14 13:21:33 UTC 2020


    Date: Friday, February 14, 2020 @ 13:21:32
  Author: alucryd
Revision: 571018

upgpkg: libretro-flycast 4069-1

Modified:
  libretro-flycast/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-14 13:16:44 UTC (rev 571017)
+++ PKGBUILD	2020-02-14 13:21:32 UTC (rev 571018)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=libretro-flycast
-pkgver=4065
+pkgver=4069
 pkgrel=1
 pkgdesc='Sega Dreamcast core'
 arch=(x86_64)
@@ -17,7 +17,7 @@
   mesa
 )
 source=(
-  libretro-flycast::git+https://github.com/libretro/flycast.git#commit=fb7d27704bfef725638dd55bc8481456b47aa671
+  libretro-flycast::git+https://github.com/libretro/flycast.git#commit=
   libretro-flycast-flags.patch
 )
 sha256sums=(
@@ -38,7 +38,7 @@
 }
 
 build() {
-  make -C libretro-flycast
+  make HAVE_OIT=1 -C libretro-flycast
 }
 
 package() {



More information about the arch-commits mailing list