summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98cf3156cdde..cbb132e230da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pwntools-git
pkgdesc = A CTF framework and exploit development library. (git branch dev3)
- pkgver = 3.13.0beta0.r186.gb6061878
+ pkgver = 3.13.0beta0.r199.gb0e1ce33
pkgrel = 1
url = https://github.com/Gallopsled/pwntools
arch = any
@@ -27,7 +27,7 @@ pkgbase = python-pwntools-git
depends = python-packaging
optdepends = gdb: binary debugging
provides = python-pwntools
- source = python-pwntools-git::git+https://github.com/mcd1992/pwntools.git#branch=dev3
+ source = python-pwntools-git::git+https://github.com/Gallopsled/pwntools.git#branch=dev3
sha256sums = SKIP
pkgname = python-pwntools-git
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')