summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bef99535308..ed431275637a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jul 1 09:25:09 UTC 2017
+# Thu Sep 7 16:24:47 UTC 2017
pkgbase = python2-pwntools
pkgdesc = The CTF framework used by Gallopsled in every CTF
- pkgver = 3.7.0
+ pkgver = 3.8.0
pkgrel = 1
url = https://pwntools.com/
arch = any
@@ -32,8 +32,8 @@ pkgbase = python2-pwntools
conflicts = python2-pwntools
conflicts = python2-pwntools-git
options = strip
- source = https://github.com/Gallopsled/pwntools/archive/3.7.0.tar.gz
- sha256sums = ebbe14a334de1d8f9c3ac7500d35f81a06b1d7d8d920ce79647340f159959f6d
+ source = https://github.com/Gallopsled/pwntools/archive/3.8.0.tar.gz
+ sha256sums = 2abf4cc6b77928411c515f7b221d1414ed06b321d240f958c399e7638bc4998e
pkgname = python2-pwntools
diff --git a/PKGBUILD b/PKGBUILD
index 895c9f3193c4..df803fb4817b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: jerry73204 <jerry73204@gmail.com>
pkgname=python2-pwntools
-pkgver=3.7.0
+pkgver=3.8.0
pkgrel=1
pkgdesc='The CTF framework used by Gallopsled in every CTF'
arch=('any')
@@ -29,7 +29,7 @@ depends=('python2>=2.7'
conflicts=('python2-pwntools' 'python2-pwntools-git')
options=('strip')
source=("https://github.com/Gallopsled/pwntools/archive/${pkgver}.tar.gz")
-sha256sums=('ebbe14a334de1d8f9c3ac7500d35f81a06b1d7d8d920ce79647340f159959f6d')
+sha256sums=('2abf4cc6b77928411c515f7b221d1414ed06b321d240f958c399e7638bc4998e')
_repodir="pwntools-${pkgver}"
@@ -41,5 +41,5 @@ package() {
cd ${srcdir}/${_repodir}
python2 setup.py install --root=${pkgdir}/ --optimize=1 --only-use-pwn-command
install -D -m 644 LICENSE-pwntools.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
- rm ${pkgdir}/usr/lib/python*/site-packages/LICENSE-pwntools.txt ${pkgdir}/usr/lib/python*/site-packages/requirements.txt
+ rm ${pkgdir}/usr/lib/python*/site-packages/*.{txt,md}
}