summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-12-22 20:06:39 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-12-22 20:06:39 -0800
commit9ead7ffe7aeff794b29abc3d3f52dcce3b1935c3 (patch)
tree862ca11e8f5f4d564bf441ab8d04be17c4fd3dd1
parentFix the cmake options so it actually builds. (diff)
downloadfceux-master.tar.xz
Rebuild against x265 4.0HEADmaster
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f73293..7c85419 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {