summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Rebischke2016-02-11 00:59:54 +0100
committerChristian Rebischke2016-02-11 00:59:54 +0100
commit88cf155248f91de6bc8f7b992116a34c95febc9e (patch)
treea4c0b1faa120208bed7797f5ff145a1388012048
parent790112fa9eaaea282b76ef7458efe1f1ea64dafd (diff)
downloadaur-88cf155248f91de6bc8f7b992116a34c95febc9e.tar.gz
updated checksum
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f30191df3b31..de285ca3d19f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by mksrcinfo v8
+# Wed Feb 10 23:58:22 UTC 2016
pkgbase = python2-oletools
pkgdesc = Python tools to analyze security characteristics of MS Office and OLE files
- pkgver = 0.12
+ pkgver = 0.42
pkgrel = 1
- url = https://pypi.python.org/pypi/oletools
+ url = https://bitbucket.org/decalage/oletools
arch = any
license = BSD
depends = python2
- source = https://pypi.python.org/packages/source/o/oletools/oletools-0.12.tar.gz
- sha512sums = 4c9a1141b7d3e59010e5af93acced268c7c027c9049232b67fad8b0770de3cc55a9ca87178fb9d714bc485d95e9cf0f10b30101fc61b7ab6f1caf40d5ea427af
+ source = https://bitbucket.org/decalage/oletools/downloads/oletools-0.42.tar.gz
+ sha512sums = d70d8c0dde63b8e69eafbbcda60928e6e45b306f87562a64b3b1fad94f729a04b210b2f6634e030ed69e1dd3cab61a365c875021f0e9e01f6a862f3533fadbae
pkgname = python2-oletools
diff --git a/PKGBUILD b/PKGBUILD
index 0e539258d4a8..8e660832872c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,4 @@
# Maintainer: Christian Rebischke <chris.rebischke@archlinux.org>
-# vim:set noet sts=4 sw=4 ts=4 tw=76:
_pyname=oletools
pkgname=python2-oletools
@@ -11,7 +10,7 @@ arch=('any')
url="https://bitbucket.org/decalage/oletools"
license=('BSD')
source=("https://bitbucket.org/decalage/oletools/downloads/$_pyname-$pkgver.tar.gz")
-sha512sums=('4c9a1141b7d3e59010e5af93acced268c7c027c9049232b67fad8b0770de3cc55a9ca87178fb9d714bc485d95e9cf0f10b30101fc61b7ab6f1caf40d5ea427af')
+sha512sums=('d70d8c0dde63b8e69eafbbcda60928e6e45b306f87562a64b3b1fad94f729a04b210b2f6634e030ed69e1dd3cab61a365c875021f0e9e01f6a862f3533fadbae')
package() {
cd "$srcdir/$_pyname-$pkgver"
@@ -22,3 +21,4 @@ package() {
}
+# vim:set noet sts=4 sw=4 ts=4 tw=76: