Date: Tuesday, January 18, 2022 @ 14:07:46 Author: arodseth Revision: 1108923
upgpkg: fceux 2.6.1-1 Modified: fceux/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-18 14:06:59 UTC (rev 1108922) +++ PKGBUILD 2022-01-18 14:07:46 UTC (rev 1108923) @@ -3,15 +3,16 @@ # Contributor: Jo Christian Bergskås <[email protected]> pkgname=fceux -pkgver=2.5.0 +pkgver=2.6.1 pkgrel=1 url='https://github.com/TASEmulators/fceux' pkgdesc='Fast and ultra-compatible NES/Famicom emulator' arch=(x86_64) license=(GPL) -depends=(gd minizip qt5-base sdl2) +depends=(gd lua minizip qt5-base sdl2) makedepends=(cmake git glu mesa-libgl ninja setconf scons) -source=("git+https://github.com/TASVideos/fceux#commit=6c3a31a4f2c09be297a32f510e74b383f858773b") # fceux-2.5.0 +optdepends=('ffmpeg: for recording') +source=("git+https://github.com/TASVideos/fceux#commit=7173d283c3a12f634ad5189c5a90ff495e1d266a") # tag: fceux-2.2.6 b2sums=('SKIP') prepare() {
