summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db8db00bfff4..2bef99535308 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon May 8 15:05:58 UTC 2017
+# Sat Jul 1 09:25:09 UTC 2017
pkgbase = python2-pwntools
pkgdesc = The CTF framework used by Gallopsled in every CTF
- pkgver = 3.5.1
- pkgrel = 2
+ pkgver = 3.7.0
+ pkgrel = 1
url = https://pwntools.com/
arch = any
license = MIT
@@ -27,12 +27,13 @@ pkgbase = python2-pwntools
depends = python2-packaging
depends = python2-unicorn
depends = python2-intervaltree
+ depends = python2-pip
depends = ropgadget
conflicts = python2-pwntools
conflicts = python2-pwntools-git
options = strip
- source = https://github.com/Gallopsled/pwntools/archive/3.5.1.tar.gz
- sha256sums = 2b972c956838e9397ad8e3db6f923a595130739d09be907a127e52b051b9cbf6
+ source = https://github.com/Gallopsled/pwntools/archive/3.7.0.tar.gz
+ sha256sums = ebbe14a334de1d8f9c3ac7500d35f81a06b1d7d8d920ce79647340f159959f6d
pkgname = python2-pwntools
diff --git a/PKGBUILD b/PKGBUILD
index b19eaea86f68..895c9f3193c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jerry73204 <jerry73204@gmail.com>
pkgname=python2-pwntools
-pkgver=3.5.1
-pkgrel=2
+pkgver=3.7.0
+pkgrel=1
pkgdesc='The CTF framework used by Gallopsled in every CTF'
arch=('any')
url='https://pwntools.com/'
@@ -24,11 +24,12 @@ depends=('python2>=2.7'
'python2-packaging'
'python2-unicorn'
'python2-intervaltree'
+ 'python2-pip'
'ropgadget')
conflicts=('python2-pwntools' 'python2-pwntools-git')
options=('strip')
source=("https://github.com/Gallopsled/pwntools/archive/${pkgver}.tar.gz")
-sha256sums=('2b972c956838e9397ad8e3db6f923a595130739d09be907a127e52b051b9cbf6')
+sha256sums=('ebbe14a334de1d8f9c3ac7500d35f81a06b1d7d8d920ce79647340f159959f6d')
_repodir="pwntools-${pkgver}"