summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjerry732042016-02-10 05:34:22 +0800
committerjerry732042016-02-10 05:34:22 +0800
commit6d9d29f1546a00788a82cc3c0395496388cd52d8 (patch)
treef30eb82861c5c58b1d1ea1af729ff97828f1d74d /PKGBUILD
parent144fec29ddeab19b089934c05729c7f0e521d646 (diff)
downloadaur-6d9d29f1546a00788a82cc3c0395496388cd52d8.tar.gz
Updated to 2.2.0-4. Patch typo in PKGBUILD.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')