summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManoel Vilela2018-11-03 21:25:27 -0300
committerManoel Vilela2018-11-03 21:25:27 -0300
commitad8380d9484ea8afd8d1a53db9e9dbfee9923607 (patch)
tree63944e9126efa2f94fa09f4f2a44b1f2b9451541 /PKGBUILD
parent3026e16bb655adf38bb011676929319420f2b914 (diff)
downloadaur-ad8380d9484ea8afd8d1a53db9e9dbfee9923607.tar.gz
Add python-pip to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')