summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72d86d9716b2..cdac22e96ac2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
pkgname=python-pwntools-git
-pkgver=3.13.0beta0.r186.gb6061878
+pkgver=3.13.0beta0.r199.gb0e1ce33
pkgrel=1
pkgdesc='A CTF framework and exploit development library. (git branch dev3)'
url='https://github.com/Gallopsled/pwntools'
@@ -13,8 +13,7 @@ depends=('python' 'python-intervaltree' 'python-pyelftools' 'python-tox' 'python
'python-pip' 'python-pyserial' 'python-paramiko' 'ropgadget' 'python-capstone'
'python-requests' 'python-psutil' 'python-pypandoc' 'python-packaging')
optdepends=('gdb: binary debugging')
-#source=("${pkgname}::git+https://github.com/Gallopsled/pwntools.git#branch=dev3")
-source=("${pkgname}::git+https://github.com/mcd1992/pwntools.git#branch=dev3")
+source=("${pkgname}::git+https://github.com/Gallopsled/pwntools.git#branch=dev3")
sha256sums=('SKIP')
provides=('python-pwntools')