summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranthraxx2015-10-20 00:10:26 +0200
committeranthraxx2015-10-20 00:10:26 +0200
commit7fe0149b1ae7def4ea944c5d0de423f50240737d (patch)
treef4d259dd2ba3cc3c527105bd1a2388ec7dc0ae55
parentcd60ee6514e550ceaec2277d648ba5403018def5 (diff)
downloadaur-7fe0149b1ae7def4ea944c5d0de423f50240737d.tar.gz
upgpkg: unicorn-git 0.9.569.b0a1131-1
upstream release
-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