summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4cd745a5cf8..8eb32391e9db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri May 6 06:25:09 UTC 2016
+# Mon May 30 08:35:02 UTC 2016
pkgbase = libretro-nestopia-git
pkgdesc = Nintendo Entertainment System core
- pkgver = r626.0d899c3
- pkgrel = 2
+ pkgver = r639.7bad48b
+ pkgrel = 1
url = https://github.com/libretro/nestopia
arch = i686
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = libretro-nestopia-git
source = libretro-nestopia::git+https://github.com/libretro/nestopia.git
source = https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/nestopia_libretro.info
sha256sums = SKIP
- sha256sums = eea21d5c2fb0fe95c2f84c8e957b18a7898699a3899e784f94feb87f68c847b1
+ sha256sums = 72585a62b7cefa3b8a5e050f696c3d174b798f21fa69131643bb62a0a1acd937
pkgname = libretro-nestopia-git
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
}