summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoranthraxx2016-06-01 03:26:27 +0200
committeranthraxx2016-06-01 03:26:27 +0200
commit985b89579ebe933c5eb96b9417b0e4401159e26c (patch)
treeb8238a65fc74f65190a9afe7cbec245993ec2276 /PKGBUILD
parent2eb7de38ed89ecb9ceaaadd1178b3998c521f8cd (diff)
downloadaur-985b89579ebe933c5eb96b9417b0e4401159e26c.tar.gz
upgpkg: ropper-git 1.9.1.363.ee7d392-1
adding keystone optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7c43efbbf53..2fb390a7b4e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
pkgname=ropper-git
-pkgver=1.8.0.301.46cac0e
+pkgver=1.9.1.363.ee7d392
pkgrel=1
pkgdesc="Show information about binary files and find gadgets to build rop chains for different architectures"
url="https://github.com/sashs/Ropper"
arch=('any')
license=('GPL2')
depends=('python-capstone' 'python-filebytes')
-optdepends=('sqlite: gadgets database support')
+optdepends=('sqlite: gadgets database support'
+ 'python-keystone: assemble command support')
makedepends=('git' 'python-setuptools')
checkdepends=('sqlite')
provides=('ropper')