summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrLi2018-11-24 16:52:45 +0800
committerBrLi2018-11-24 16:52:45 +0800
commit8cb065fe467291380745bff52257567b97e741b6 (patch)
tree855137adcac8beffe39a2bc5feb5a70277d38c01
parente58fb56a01740c52fca14467a99ec59788b5ebbd (diff)
downloadaur-8cb065fe467291380745bff52257567b97e741b6.tar.gz
updpkg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3240644466d0..449b21649e95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pefile
pkgdesc = Python PE parsing module
- pkgver = 2017.11.5
+ pkgver = 2018.8.8
pkgrel = 1
url = https://github.com/erocarrera/pefile
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-pefile
makedepends = python2
makedepends = python-future
makedepends = python2-future
- source = python-pefile-2017.11.5.tar.gz::https://github.com/erocarrera/pefile/archive/v2017.11.5.tar.gz
- sha512sums = 820f7770d18256857436698a9d72276dc8089a2a85c20f1c2e284c541680879016f7acf7b3029e7dd1f32ef093b52fe1c8e8f7962e5b9a7dbbc0f94caf6d0d66
+ source = python-pefile-2018.8.8.tar.gz::https://github.com/erocarrera/pefile/archive/v2018.8.8.tar.gz
+ sha512sums = b8c0aab1d197533e48d70d81066b0dc6ec0171cec8153debaf54ed1a8f07ea9fed749ee4b2f5b460d12a92c34e74d16c6da99d9305255eaeb503e74a148724e5
pkgname = python-pefile
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 4ced10df93a5..b21c2256da4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-pefile
pkgname=('python-pefile' 'python2-pefile')
-pkgver=2017.11.5
+pkgver=2018.8.8
pkgrel=1
pkgdesc="Python PE parsing module"
arch=('any')
@@ -11,7 +11,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=('820f7770d18256857436698a9d72276dc8089a2a85c20f1c2e284c541680879016f7acf7b3029e7dd1f32ef093b52fe1c8e8f7962e5b9a7dbbc0f94caf6d0d66')
+sha512sums=('b8c0aab1d197533e48d70d81066b0dc6ec0171cec8153debaf54ed1a8f07ea9fed749ee4b2f5b460d12a92c34e74d16c6da99d9305255eaeb503e74a148724e5')
prepare() {
cd "${srcdir}"