summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjerry732042016-10-23 13:25:32 +0800
committerjerry732042016-10-23 13:25:32 +0800
commitf12ea484f4b3fc8fd355b4673363a9339a775f44 (patch)
treead95aec98568923adcc8e2ee05627b85ac203d92
parent8114ab85df7d81c5d718e32fe199585679801da9 (diff)
downloadaur-f12ea484f4b3fc8fd355b4673363a9339a775f44.tar.gz
Updated to 3.1.0-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51bfc6619ae5..271c73b1bdd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Sep 3 16:16:43 UTC 2016
+# Sun Oct 23 05:25:06 UTC 2016
pkgbase = python2-pwntools
pkgdesc = The CTF framework used by Gallopsled in every CTF
- pkgver = 3.0.1
+ pkgver = 3.1.0
pkgrel = 1
url = https://pwntools.com/
arch = any
@@ -23,12 +23,14 @@ pkgbase = python2-pwntools
depends = python2-pysocks
depends = python2-dateutil
depends = python2-pygments
+ depends = python2-pypandoc
+ depends = python2-packaging
depends = ropgadget
conflicts = python2-pwntools
conflicts = python2-pwntools-git
options = strip
- source = https://github.com/Gallopsled/pwntools/archive/3.0.1.tar.gz
- sha1sums = 13ea6800d45738f322f58578f1dbb2c1a9886e33
+ source = https://github.com/Gallopsled/pwntools/archive/3.1.0.tar.gz
+ sha1sums = 4aeb40f60f33fd8a8a66026c3f051c0ef6bd412b
pkgname = python2-pwntools
diff --git a/PKGBUILD b/PKGBUILD
index b8e8290d1913..e03640441048 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: jerry73204 <jerry73204@gmail.com>
pkgname=python2-pwntools
-pkgver=3.0.1
+pkgver=3.1.0
pkgrel=1
pkgdesc='The CTF framework used by Gallopsled in every CTF'
arch=('any')
@@ -20,11 +20,13 @@ depends=('python2>=2.7'
'python2-pysocks'
'python2-dateutil'
'python2-pygments'
+ 'python2-pypandoc'
+ 'python2-packaging'
'ropgadget')
conflicts=('python2-pwntools' 'python2-pwntools-git')
options=('strip')
source=("https://github.com/Gallopsled/pwntools/archive/${pkgver}.tar.gz")
-sha1sums=('13ea6800d45738f322f58578f1dbb2c1a9886e33')
+sha1sums=('4aeb40f60f33fd8a8a66026c3f051c0ef6bd412b')
_repodir="pwntools-${pkgver}"