summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranthraxx2015-06-20 02:10:57 +0200
committeranthraxx2015-06-20 02:10:57 +0200
commit6f0cde6e96e5a129ce21c81035349692e369b70c (patch)
tree9dd8b21cbd7c29dffc563b12b54eeb608474d8ae
parent5d82d2dee1bf1c8f2c4d4fdbd108b96155d216ab (diff)
downloadaur-6f0cde6e96e5a129ce21c81035349692e369b70c.tar.gz
upgpkg: bokken-hg 1.8.4.a6e0bf349180-1
upstream release
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD9
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efad91da5630..b2ed8269258c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bokken-hg
pkgdesc = GUI for radare2 and pyew
- pkgver = 1.7.3.08fd9bbc3d7f
+ pkgver = 1.8.4.a6e0bf349180
pkgrel = 1
url = http://inguma.eu/projects/bokken
arch = any
@@ -11,7 +11,6 @@ pkgbase = bokken-hg
depends = python2-pillow
depends = graphviz
depends = r2-bindings
- optdepends = pyew: pyew backend support
provides = bokken
conflicts = bokken
source = bokken-hg::hg+https://inguma.eu/repos/bokken
diff --git a/PKGBUILD b/PKGBUILD
index 11fa6c33c72d..50ab480d3dba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
# Maintainer: Levente Polyak <levente[at]leventepolyak[dot]net>
pkgname=bokken-hg
-pkgver=1.7.3.08fd9bbc3d7f
+pkgver=1.8.4.a6e0bf349180
pkgrel=1
pkgdesc="GUI for radare2 and pyew"
url="http://inguma.eu/projects/bokken"
arch=('any')
license=('GPL2')
depends=('pygtk' 'pygtksourceview2' 'python2-pillow' 'graphviz' 'r2-bindings')
-optdepends=('pyew: pyew backend support')
makedepends=('mercurial')
provides=('bokken')
conflicts=("bokken")
@@ -22,10 +21,8 @@ pkgver() {
prepare() {
cd ${pkgname}
- sed -e 's/env python$/env python2/g' -i ui/xdot.py plugins/pdfid_PL.py \
- lib/web/__init__.py lib/web/utils.py
+ sed -e 's/env python$/env python2/g' -i ui/xdot.py lib/web/__init__.py lib/web/utils.py
sed -e 's|/usr/bin/python|/usr/bin/env python2|g' -i bokken.py
- sed -e 's|import Image|from PIL import Image|g' -i ui/graph.py
cat > bokken.sh << EOF
#!/bin/bash
cd /usr/share/bokken/
@@ -38,7 +35,7 @@ package() {
install -d "${pkgdir}/usr/share/bokken"
install -Dm 755 bokken bokken.py "${pkgdir}/usr/share/bokken"
- cp -r lib plugins static ui "${pkgdir}/usr/share/bokken"
+ cp -r lib static ui "${pkgdir}/usr/share/bokken"
install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README.md"
install -Dm 755 bokken.sh "${pkgdir}/usr/bin/bokken"