summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-26 00:16:23 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-26 00:16:32 +0100
commit54c64800ffb3623ab4502f121ae1f8a80ec75cf7 (patch)
treeda3e5c37f2d231a037224800876cd3f237304e5c /pcr
parent46c3234af94b427fc27151b0c6fa51270077986f (diff)
pcr/python-pefile: updated to 2018.8.8
Diffstat (limited to 'pcr')
-rw-r--r--pcr/python-pefile/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/python-pefile/PKGBUILD b/pcr/python-pefile/PKGBUILD
index dd829c5ec..fe642905e 100644
--- a/pcr/python-pefile/PKGBUILD
+++ b/pcr/python-pefile/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=python-pefile
pkgname=('python-pefile' 'python2-pefile')
-pkgver=2017.9.3
+pkgver=2018.8.8
pkgrel=1
pkgdesc="Python PE parsing module"
arch=('any')
@@ -14,7 +14,7 @@ url="https://github.com/erocarrera/pefile"
license=('MIT')
makedepends=('python' 'python2' 'python-future' 'python2-future')
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/erocarrera/pefile/archive/v${pkgver}.tar.gz")
-sha512sums=('b4e3737608b3e76c450be456b81ab9ea9fc18b1b87fef5d55012fda4fc2cdf2ed4ec052c6f43abb3ced7c79f46fde04160b5d52c6d40791327b10c06b551a080')
+sha512sums=('b8c0aab1d197533e48d70d81066b0dc6ec0171cec8153debaf54ed1a8f07ea9fed749ee4b2f5b460d12a92c34e74d16c6da99d9305255eaeb503e74a148724e5')
prepare() {
cd "${srcdir}"