summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManoel Vilela2018-11-03 21:25:27 -0300
committerManoel Vilela2018-11-03 21:25:27 -0300
commitad8380d9484ea8afd8d1a53db9e9dbfee9923607 (patch)
tree63944e9126efa2f94fa09f4f2a44b1f2b9451541
parent3026e16bb655adf38bb011676929319420f2b914 (diff)
downloadaur-ad8380d9484ea8afd8d1a53db9e9dbfee9923607.tar.gz
Add python-pip to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7666dac8f23..96098dcadf0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = plasma-git
pkgdesc = Interactive disassembler for x86/ARM/MIPS. Generates indented pseudo-code with colored syntax code.
pkgver = 20171015.r881
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/plasma-disassembler/plasma
arch = armv6h
arch = armv7h
@@ -12,6 +12,7 @@ pkgbase = plasma-git
groups = archstrike-analysis
license = GPL3
makedepends = git
+ makedepends = python-pip
depends = python-keystone
depends = python-capstone
depends = python-pyelftools
diff --git a/PKGBUILD b/PKGBUILD
index 4acd8199d116..f8de6f659692 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ buildarch=220
pkgname=plasma-git
pkgver=20171015.r881
-pkgrel=1
+pkgrel=2
groups=('archstrike' 'archstrike-analysis')
arch=('armv6h' 'armv7h' 'i686' 'x86_64' 'aarch64')
pkgdesc="Interactive disassembler for x86/ARM/MIPS. Generates indented pseudo-code with colored syntax code."
@@ -12,7 +12,7 @@ url="https://github.com/plasma-disassembler/plasma"
license=('GPL3')
depends=('python-keystone' 'python-capstone' 'python-pyelftools' 'python-future' 'python-msgpack' 'binutils' 'python-pefile')
optdepends=('python-pyqt4: For memory map')
-makedepends=('git')
+makedepends=('git' 'python-pip')
source=("${pkgname}::git+${url}.git")
sha512sums=('SKIP')