summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLahfa Samy2022-04-22 01:21:21 +0200
committerLahfa Samy2022-04-22 01:21:21 +0200
commit59d264d0c0cae4912fd833c2892f962f7a5090c9 (patch)
treeabfe0b200f9330acb290bb3c965aab722d471bc7
parent6ed80b2724aae2261757be276f6f6bf0b91fd184 (diff)
downloadaur-59d264d0c0cae4912fd833c2892f962f7a5090c9.tar.gz
Update for missing/warning dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39fe60bf9e11..e90826cd916e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pwntools-git
pkgdesc = A CTF framework and exploit development library. (git branch dev)
- pkgver = 4.1.0beta0.r10.g42abafdd
+ pkgver = 4.9.0beta0.r1.g7f5866ab
pkgrel = 1
url = https://github.com/Gallopsled/pwntools
arch = any
@@ -24,10 +24,11 @@ pkgbase = python-pwntools-git
depends = python-requests
depends = python-psutil
depends = python-packaging
+ depends = python-rpyc
+ depends = python-colored-traceback
optdepends = gdb: binary debugging
provides = python-pwntools
source = python-pwntools-git::git+https://github.com/Gallopsled/pwntools.git#branch=dev
sha256sums = SKIP
pkgname = python-pwntools-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 485b0cf27e78..0b9e04ca59a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
pkgname=python-pwntools-git
-pkgver=4.1.0beta0.r10.g42abafdd
+pkgver=4.9.0beta0.r1.g7f5866ab
pkgrel=1
pkgdesc='A CTF framework and exploit development library. (git branch dev)'
url='https://github.com/Gallopsled/pwntools'
@@ -11,7 +11,7 @@ makedepends=('make')
depends=('python' 'python-intervaltree' 'python-pyelftools' 'python-tox' 'python-mako'
'python-unicorn-git' 'python-psutil' 'python-dateutil' 'python-pysocks' 'python-pygments'
'python-pip' 'python-pyserial' 'python-paramiko' 'ropgadget' 'python-capstone'
- 'python-requests' 'python-psutil' 'python-packaging')
+ 'python-requests' 'python-psutil' 'python-packaging' 'python-rpyc' 'python-colored-traceback')
optdepends=('gdb: binary debugging')
source=("${pkgname}::git+https://github.com/Gallopsled/pwntools.git#branch=dev")
sha256sums=('SKIP')