Date: Monday, April 4, 2016 @ 16:28:02 Author: anthraxx Revision: 169439
upgpkg: ropper 1.8.0-1 Modified: ropper/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-04 12:40:14 UTC (rev 169438) +++ PKGBUILD 2016-04-04 14:28:02 UTC (rev 169439) @@ -2,18 +2,18 @@ pkgname=ropper _pkgname=Ropper -pkgver=1.7.3 +pkgver=1.8.0 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') +depends=('python-capstone' 'python-filebytes') optdepends=('sqlite: gadgets database support') makedepends=('python-setuptools') checkdepends=('sqlite') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sashs/${_pkgname}/archive/v${pkgver}.tar.gz) -sha512sums=('af3b849aae588b050b378429fc04083cf7c660647a0bc9022660b783a8a7aff01eac21a26a9e5fb4564917f5d54701e97c9ba2c0150e91a0f549c673bdfb7a27') +sha512sums=('3db0aac72225d0c135e7682da9d3037261788d5554c9b3ec931aa6b18e54d3ede3926c4af50d1c5f685562fb950e1e1be171307cbcbe054e3608de89190fe5ba') build() { cd ${_pkgname}-${pkgver}
