summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08a7c5939a9c..4c1afa534c0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unicorn-git
pkgdesc = Lightweight, multi-platform, multi-architecture CPU emulator framework based on QEMU
- pkgver = 0.9.565.22ae47a
+ pkgver = 0.9.569.b0a1131
pkgrel = 1
url = http://www.unicorn-engine.org
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 72fed2800d4f..26b143cc3b4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=unicorn-git
pkgname=('unicorn-git')
-pkgver=0.9.565.22ae47a
+pkgver=0.9.569.b0a1131
pkgrel=1
pkgdesc='Lightweight, multi-platform, multi-architecture CPU emulator framework based on QEMU'
url='http://www.unicorn-engine.org'
@@ -26,7 +26,6 @@ prepare() {
cd ${pkgbase}
sed 's|libdir=$(LIBDIR)|libdir=$(PREFIX)/$(LIBDIRARCH)|g' -i Makefile
sed 's|includedir=$(INCDIR)|includedir=$(PREFIX)/include|g' -i Makefile
- sed 's|ifeq ($(UNICORN_DEBUG),yes)|ifneq ($(UNICORN_DEBUG),yes)|g' -i Makefile
sed 's|-O3|-O2|g' -i Makefile qemu/configure
sed 's|-g ||g' -i qemu/configure
sed 's|UNICORN_DEBUG ?= yes|UNICORN_DEBUG ?= no|g' -i config.mk