summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranthraxx2024-02-15 23:33:50 +0100
committeranthraxx2024-02-15 23:33:50 +0100
commit31d231a7251b2a9a110bc714b33bcdf4291c95e0 (patch)
treeb575e6d53c7aec24090cf9a7395693200f3a7611
parent6e689b1711b11a020f4603eedb40534f37732d5b (diff)
downloadaur-pwndbg-git.tar.gz
add python-pt for qemu debugging
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fd3ef565d46..30febdda2f44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pwndbg-git
pkgdesc = Makes debugging with GDB suck less
- pkgver = 2023.07.17.pkgs.r116.g904624d
+ pkgver = 2023.07.17.pkgs.r117.ge8f423a
pkgrel = 1
url = https://github.com/pwndbg/pwndbg
arch = any
@@ -15,6 +15,7 @@ pkgbase = pwndbg-git
depends = python
depends = python-capstone
depends = python-psutil
+ depends = python-pt
depends = python-ptrace
depends = python-pwntools
depends = python-pycparser
diff --git a/PKGBUILD b/PKGBUILD
index 7d3229d58457..461263a3db8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
pkgname=pwndbg-git
-pkgver=2023.07.17.pkgs.r116.g904624d
+pkgver=2023.07.17.pkgs.r117.ge8f423a
pkgrel=1
pkgdesc='Makes debugging with GDB suck less'
url='https://github.com/pwndbg/pwndbg'
@@ -13,6 +13,7 @@ depends=(
python
python-capstone
python-psutil
+ python-pt
python-ptrace
python-pwntools
python-pycparser