summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorge Araya Navarro2016-08-10 23:51:44 -0600
committerJorge Araya Navarro2016-08-10 23:51:44 -0600
commit4f5f1526b1dfcedab2025caad21a2101c0bd9279 (patch)
tree211618a303de730a8e20bfa368ac765c7ec3b646
parent00a3847ba7666749f5ec4366c49da822a5474baa (diff)
downloadaur-4f5f1526b1dfcedab2025caad21a2101c0bd9279.tar.gz
removing sanitizer
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b1b4fc71316..803579b50855 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Aug 10 00:20:35 UTC 2016
+# Thu Aug 11 05:51:32 UTC 2016
pkgbase = godot-pulse
pkgdesc = An advanced, feature packed, multi-platform 2D and 3D game engine, with pulseaudio
pkgver = 2.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.godotengine.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f59637685d01..6cfdfab1543d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=godot-pulse
pkgver=2.1
-pkgrel=1
+pkgrel=2
pkgdesc="An advanced, feature packed, multi-platform 2D and 3D game engine, with pulseaudio"
url="http://www.godotengine.org"
license=('MIT')
@@ -37,8 +37,6 @@ build() {
tools=yes \
target=release_debug \
use_llvm=yes \
- use_sanitizer=yes \
- use_leak_sanitizer=yes \
builtin_zlib=yes \
openssl=yes \
colored=yes \