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

Kpcyrd kpcyrd at archlinux.org
Sun Mar 7 16:13:03 UTC 2021


    Date: Sunday, March 7, 2021 @ 16:13:03
  Author: kpcyrd
Revision: 886725

upgpkg: python-pwntools 4.3.1-4: python-setuptools cleanup

Modified:
  python-pwntools/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-07 16:09:41 UTC (rev 886724)
+++ PKGBUILD	2021-03-07 16:13:03 UTC (rev 886725)
@@ -6,7 +6,7 @@
 pkgname=python-pwntools
 _pyname=pwntools
 pkgver=4.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc='CTF framework and exploit development library'
 url='https://github.com/Gallopsled/pwntools'
 arch=('any')
@@ -28,9 +28,8 @@
          'python-sortedcontainers'
          'python-unicorn'
          'python-paramiko'
-         'ropgadget'
-         'python-setuptools')
-makedepends=('pandoc')
+         'ropgadget')
+makedepends=('pandoc' 'python-setuptools')
 source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
         pwn.conf)
 sha256sums=('9d80cf845d4d6f808d265fcfb8de958ee0cbb2bc52d51aa96e24d9c778224629'



More information about the arch-commits mailing list