diff options
-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() { |