summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjerry732042016-02-10 05:34:22 +0800
committerjerry732042016-02-10 05:34:22 +0800
commit6d9d29f1546a00788a82cc3c0395496388cd52d8 (patch)
treef30eb82861c5c58b1d1ea1af729ff97828f1d74d
parent144fec29ddeab19b089934c05729c7f0e521d646 (diff)
downloadaur-6d9d29f1546a00788a82cc3c0395496388cd52d8.tar.gz
Updated to 2.2.0-4. Patch typo in PKGBUILD.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ff82eb353ff..631abe1c8411 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Dec 8 09:16:58 UTC 2015
+# Tue Feb 9 21:32:49 UTC 2016
pkgbase = python2-pwntools
pkgdesc = The CTF framework used by Gallopsled in every CTF
pkgver = 2.2.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Gallopsled/pwntools/
arch = any
license = MIT
@@ -20,7 +20,7 @@ pkgbase = python2-pwntools
depends = python2-requests
depends = python2-psutil
depends = ropgadget
- conflicts = python2-pwntools,
+ conflicts = python2-pwntools
conflicts = python2-pwntools-git
options = strip
source = https://github.com/Gallopsled/pwntools/archive/2.2.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 60b8e1856489..025239d59f9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jerry73204 <jerry73204@gmail.com>
pkgname=python2-pwntools
pkgver=2.2.0
-pkgrel=3
+pkgrel=4
pkgdesc="The CTF framework used by Gallopsled in every CTF"
arch=('any')
url="https://github.com/Gallopsled/pwntools/"
@@ -17,7 +17,7 @@ depends=('python2>=2.7'
'python2-requests'
'python2-psutil'
'ropgadget')
-conflicts=('python2-pwntools', 'python2-pwntools-git')
+conflicts=('python2-pwntools' 'python2-pwntools-git')
options=('strip')
source=("https://github.com/Gallopsled/pwntools/archive/${pkgver}.tar.gz")
md5sums=('3ab358401ec751436f71633fb7476c28')