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

Alexander Rødseth arodseth at gemini.archlinux.org
Mon Feb 14 09:28:12 UTC 2022


    Date: Monday, February 14, 2022 @ 09:28:11
  Author: arodseth
Revision: 1133120

upgpkg: fceux 2.6.2-1

Modified:
  fceux/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-14 09:16:19 UTC (rev 1133119)
+++ PKGBUILD	2022-02-14 09:28:11 UTC (rev 1133120)
@@ -3,7 +3,7 @@
 # Contributor: Jo Christian Bergskås <jcberg at gmail.com>
 
 pkgname=fceux
-pkgver=2.6.1
+pkgver=2.6.2
 pkgrel=1
 url='https://github.com/TASEmulators/fceux'
 pkgdesc='Fast and ultra-compatible NES/Famicom emulator'
@@ -12,7 +12,7 @@
 depends=(gd lua minizip qt5-base sdl2)
 makedepends=(cmake git glu mesa-libgl ninja setconf scons)
 optdepends=('ffmpeg: for recording')
-source=("git+https://github.com/TASVideos/fceux#commit=7173d283c3a12f634ad5189c5a90ff495e1d266a") # tag: fceux-2.2.6
+source=("git+https://github.com/TASVideos/fceux#commit=c685033a13127e8442549ff55b2554ed65ff3cfb") # tag: fceux-2.6.2
 b2sums=('SKIP')
 
 prepare() {
@@ -26,9 +26,9 @@
   mkdir -p build
   cd build
   cmake ../$pkgname \
-    -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
     -DCMAKE_CXX_FLAGS="$CXXFLAGS -fPIC -w" \
+    -DCMAKE_INSTALL_PREFIX=/usr \
     -G Ninja
   ninja
 }



More information about the arch-commits mailing list