summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10104c2bde81..72d5e29a7a88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
pkgname=ropper-git
-pkgver=1.5.2.122.d950ffd
+pkgver=1.6.2.170.266a808
pkgrel=1
pkgdesc="Show information about binary files and find gadgets to build rop chains for different architectures"
arch=('any')
url="https://github.com/sashs/Ropper"
license=('GPL2')
-depends=('python-capstone' 'sqlite')
+depends=('python-capstone')
+optdepends=('sqlite: gadgets database support')
makedepends=('git' 'python-setuptools')
provides=('ropper')
conflicts=('ropper')