diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-22 20:06:39 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-22 20:06:39 -0800 |
commit | 9ead7ffe7aeff794b29abc3d3f52dcce3b1935c3 (patch) | |
tree | 862ca11e8f5f4d564bf441ab8d04be17c4fd3dd1 | |
parent | Fix the cmake options so it actually builds. (diff) | |
download | fceux-9ead7ffe7aeff794b29abc3d3f52dcce3b1935c3.tar.xz |
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ pkgname=fceux pkgver=2.6.6 -pkgrel=3 +pkgrel=3.2 url='https://fceux.com/' pkgdesc='Fast and ultra-compatible NES/Famicom emulator' arch=(x86_64) @@ -26,7 +26,7 @@ b2sums=('4d7779af0afc5fa12d3734d282f92b105757d204c69091b4e3574e4ced6179c5e202b75 prepare() { cd ${pkgname}-${pkgver} - #patch -p1 -i ../x265-4.0.patch # Fix build with x265 4.0 + patch -p1 -i ../x265-4.0.patch # Fix build with x265 4.0 } build() { |