summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2018-03-24 10:43:24 +0100
committerbartus2018-03-24 10:43:24 +0100
commit19067a7ae979f3c0109de2ccab667c96aeeccd19 (patch)
treee31ed924dbfe37473ac69bc6aca30ad8d1a0f27c
parent17fb112a226a29bfed81ec96e5dd2f00779ba3c7 (diff)
downloadaur-19067a7ae979f3c0109de2ccab667c96aeeccd19.tar.gz
fix valabind missing lib
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index beffc9375e39..3e67e4bb6621 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = radare2-bindings-git
pkgdesc = Language bindings for radare2 (git version)
pkgver = 2.4.1.r3.gfe8bd26
- pkgrel = 2
+ pkgrel = 3
url = https://radare.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index aea2aee81045..ad2483e910b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('radare2-bindings-git' 'radare2-pipe-git')
basename='radare2-bindings-git'
pkgver=2.4.1.r3.gfe8bd26
-pkgrel=2
+pkgrel=3
pkgdesc="Language bindings for radare2 (git version)"
arch=('i686' 'x86_64')
url="https://radare.org"
@@ -31,6 +31,7 @@ build() {
--enable="python"
export PYTHON_CONFIG=python3.2-config
+ export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/lib/vala-0.38/"
make
#(cd r2pipe/python && python setup.py build)