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

Levente Polyak anthraxx at archlinux.org
Mon Jul 5 19:26:45 UTC 2021


    Date: Monday, July 5, 2021 @ 19:26:44
  Author: anthraxx
Revision: 972481

upgpkg: pwndbg 2021.06.22-1

Modified:
  pwndbg/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-05 19:26:24 UTC (rev 972480)
+++ PKGBUILD	2021-07-05 19:26:44 UTC (rev 972481)
@@ -1,21 +1,21 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=pwndbg
-pkgver=2020.07.23
-pkgrel=2
+pkgver=2021.06.22
+pkgrel=1
 pkgdesc='Makes debugging with GDB suck less'
 url='https://github.com/pwndbg/pwndbg'
 arch=('any')
 license=('MIT')
 depends=('gdb' 'python' 'python-capstone' 'python-unicorn' 'python-pycparser' 'python-psutil' 'python-ptrace'
-         'python-pyelftools' 'python-six' 'python-future' 'python-pygments')
+         'python-pyelftools' 'python-six' 'python-future' 'python-pygments' 'which')
 optdepends=('checksec: checksec command support'
             'ropper: ropper command support'
             'ropgadget: ropgadget command support'
             'radare2: radare2 command support')
 source=(https://github.com/pwndbg/pwndbg/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('a523b058f81758faca4cbb16e9f78452c1edf5d9d67a6911c550f117c31c9656794a54fe01e31a73e2f1c4b67f547580a104bc62048e20db6b48798b2d51290a')
-b2sums=('15fa32353ae0668fed6a22ea66229eecfd76d59267cb20c4bd1a6d133a074ddf04c61bb1df15df6baf4494cd66565f44c0124ac75c528b1475dd2b4510bf3248')
+sha512sums=('dac3980ed4ab96bd6f5d584856a5f8bc53388a75962358e77beaaba57fa8be9ebd3a9ac221e5a252a8dd797b76e823c3530dddaa51b1c974e3382ef81d739199')
+b2sums=('d0e4d01cc62ebeb6e7ebdcdb4ff0aa45020e4595eb97b4882ca08662c42446f7e283f8fc4106da5e0e4cd959e864bebd7446f7740bcca44a5aaebdf54ea77f80')
 
 prepare() {
   cd ${pkgname}-${pkgver}




More information about the arch-commits mailing list