summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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() {