summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ce0058cd9db..39de4a6765a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Mar 10 12:08:45 UTC 2017
+# Mon May 1 10:43:49 UTC 2017
pkgbase = python2-pwntools
pkgdesc = The CTF framework used by Gallopsled in every CTF
- pkgver = 3.4.1
+ pkgver = 3.5.1
pkgrel = 1
url = https://pwntools.com/
arch = any
@@ -25,12 +25,14 @@ pkgbase = python2-pwntools
depends = python2-pygments
depends = python2-pypandoc
depends = python2-packaging
+ depends = python2-unicorn
+ depends = python2-intervaltree
depends = ropgadget
conflicts = python2-pwntools
conflicts = python2-pwntools-git
options = strip
- source = https://github.com/Gallopsled/pwntools/archive/3.4.1.tar.gz
- sha256sums = 54e741557609af73c1817ff9f5a4087390ba9cb0f1b11264ab5bbf225e326bec
+ source = https://github.com/Gallopsled/pwntools/archive/3.5.1.tar.gz
+ sha256sums = 2b972c956838e9397ad8e3db6f923a595130739d09be907a127e52b051b9cbf6
pkgname = python2-pwntools
diff --git a/PKGBUILD b/PKGBUILD
index bf010e57b852..9b26afacba1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: jerry73204 <jerry73204@gmail.com>
pkgname=python2-pwntools
-pkgver=3.4.1
+pkgver=3.5.1
pkgrel=1
pkgdesc='The CTF framework used by Gallopsled in every CTF'
arch=('any')
@@ -22,11 +22,13 @@ depends=('python2>=2.7'
'python2-pygments'
'python2-pypandoc'
'python2-packaging'
+ 'python2-unicorn'
+ 'python2-intervaltree'
'ropgadget')
conflicts=('python2-pwntools' 'python2-pwntools-git')
options=('strip')
source=("https://github.com/Gallopsled/pwntools/archive/${pkgver}.tar.gz")
-sha256sums=('54e741557609af73c1817ff9f5a4087390ba9cb0f1b11264ab5bbf225e326bec')
+sha256sums=('2b972c956838e9397ad8e3db6f923a595130739d09be907a127e52b051b9cbf6')
_repodir="pwntools-${pkgver}"