[arch-commits] Commit in ropgadget/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Tue Dec 15 00:08:42 UTC 2020


    Date: Tuesday, December 15, 2020 @ 00:08:42
  Author: anthraxx
Revision: 775811

upgpkg: ropgadget 6.4-1

Modified:
  ropgadget/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-15 00:05:10 UTC (rev 775810)
+++ PKGBUILD	2020-12-15 00:08:42 UTC (rev 775811)
@@ -3,16 +3,17 @@
 
 pkgname=ropgadget
 _pkgname=ROPgadget
-pkgver=6.3
-pkgrel=3
+pkgver=6.4
+pkgrel=1
 pkgdesc='Search gadgets in binaries to facilitate ROP exploitation for several file formats and architectures'
 url='http://www.shell-storm.org/project/ROPgadget'
 arch=('any')
-license=('GPL2')
-depends=('python-capstone')
+license=('BSD')
+depends=('python' 'python-capstone')
 makedepends=('python-setuptools')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/JonathanSalwan/${_pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('5c39e3e665d498fb7567060c81d3d48819598cfe92959e08d6d27737beb4b92207cd14a15551dc9f7cb987ec1dbd80089820ea5397793b2013eb2eb4295ea184')
+source=(https://github.com/JonathanSalwan/${_pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('9b663f5e285272e6d59b5c159b6e4316461f43a6861e3cda8d2c94561bf276e0f6a87abfdeff1ec4c346c9716120608e8c66d060ed75c985e96591d3f0fd667c')
+b2sums=('50ca94e493b58a8ac1845cc70b40d80e80367a1f163e9b25e3be6652274f3df6dae606cebadb1b76ce05bef785850d87576713cc7a78793811c1a86d37c4e4a9')
 
 prepare() {
   cd ${_pkgname}-${pkgver}
@@ -31,8 +32,9 @@
 
 package() {
   cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr
+  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
   install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE_BSD.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list