summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49a1b4b831d4..48ce86514e59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Mar 22 05:08:04 UTC 2016
+# Sun Aug 14 02:11:16 UTC 2016
pkgbase = anura-git
pkgdesc = A fully-featured game engine, the tech behind the spectacular Frogatto & Friends.
- pkgver = 0.0.2460.g8e7f329
+ pkgver = 0.0.2755.g7768547
pkgrel = 1
url = https://github.com/anura-engine/anura
install = anura.install
diff --git a/PKGBUILD b/PKGBUILD
index 385abca70938..2688602e9c7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Yaohan Chen <yaohan.chen@gmail.com>
pkgname=anura-git
-pkgver=0.0.2460.g8e7f329
+pkgver=0.0.2755.g7768547
pkgrel=1
pkgdesc="A fully-featured game engine, the tech behind the spectacular Frogatto & Friends."
arch=(i686 x86_64)
@@ -34,7 +34,7 @@ build() {
cd $_gitname
# USE_CCACHE=no to honor makepkg's ccache setting.
- make USE_CCACHE=no
+ make CXXFLAGS='-Wno-error' USE_CCACHE=no
}
package() {