summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranthraxx2016-06-01 03:26:27 +0200
committeranthraxx2016-06-01 03:26:27 +0200
commit985b89579ebe933c5eb96b9417b0e4401159e26c (patch)
treeb8238a65fc74f65190a9afe7cbec245993ec2276
parent2eb7de38ed89ecb9ceaaadd1178b3998c521f8cd (diff)
downloadaur-985b89579ebe933c5eb96b9417b0e4401159e26c.tar.gz
upgpkg: ropper-git 1.9.1.363.ee7d392-1
adding keystone optdepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4332c1554ce8..313758decfec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Apr 4 14:26:07 UTC 2016
+# Wed Jun 1 01:26:27 UTC 2016
pkgbase = ropper-git
pkgdesc = Show information about binary files and find gadgets to build rop chains for different architectures
- pkgver = 1.8.0.301.46cac0e
+ pkgver = 1.9.1.363.ee7d392
pkgrel = 1
url = https://github.com/sashs/Ropper
arch = any
@@ -13,6 +13,7 @@ pkgbase = ropper-git
depends = python-capstone
depends = python-filebytes
optdepends = sqlite: gadgets database support
+ optdepends = python-keystone: assemble command support
provides = ropper
conflicts = ropper
source = ropper-git::git+https://github.com/sashs/Ropper
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')