summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a82b1705802..c2f413e46df7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=libretro-nestopia-git
-pkgver=r626.0d899c3
-pkgrel=2
+pkgver=r639.7bad48b
+pkgrel=1
pkgdesc='Nintendo Entertainment System core'
arch=('i686' 'x86_64')
url='https://github.com/libretro/nestopia'
@@ -15,7 +15,7 @@ conflicts=('libretro-nestopia')
source=('libretro-nestopia::git+https://github.com/libretro/nestopia.git'
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/nestopia_libretro.info')
sha256sums=('SKIP'
- 'eea21d5c2fb0fe95c2f84c8e957b18a7898699a3899e784f94feb87f68c847b1')
+ '72585a62b7cefa3b8a5e050f696c3d174b798f21fa69131643bb62a0a1acd937')
pkgver() {
cd libretro-nestopia
@@ -26,6 +26,8 @@ pkgver() {
build() {
cd libretro-nestopia/libretro
+ export CXXFLAGS="$CXXFLAGS -fpermissive"
+
make
}