summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Rebischke2017-04-06 16:53:07 +0200
committerChristian Rebischke2017-04-06 16:53:07 +0200
commit0228a3c278e7a9417316ecd8f07751d6055930cb (patch)
tree93f81cfad016b7ba154f5d6cc5278503e302c011
parentdc7512ff7d33a1a70e6e4a883e04b33147a8c490 (diff)
downloadaur-0228a3c278e7a9417316ecd8f07751d6055930cb.tar.gz
new version 0.46
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71f0e72b3217..3f692833ace6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python2-oletools
pkgdesc = Python tools to analyze security characteristics of MS Office and OLE files
- pkgver = 0.42
- pkgrel = 3
+ pkgver = 0.46
+ pkgrel = 1
url = https://bitbucket.org/decalage/oletools
arch = any
license = BSD
depends = python2
- source = oletools-0.42.tar.gz::https://bitbucket.org/decalage/oletools/downloads/oletools-0.42.tar.gz
- sha512sums = d70d8c0dde63b8e69eafbbcda60928e6e45b306f87562a64b3b1fad94f729a04b210b2f6634e030ed69e1dd3cab61a365c875021f0e9e01f6a862f3533fadbae
+ source = oletools-0.46.tar.gz::https://bitbucket.org/decalage/oletools/downloads/oletools-0.46.tar.gz
+ sha512sums = 6995948b0b67f7d8bd41c0f0fba0f84dd92349c2b348ab7efcf1d8ad99827ea7d6d5f9bc5911f1b0dfccf8815a2ca58f9b8e875c9f9dfcb79d314725a5df2a45
pkgname = python2-oletools
diff --git a/PKGBUILD b/PKGBUILD
index 7f341d6acc21..cd2034ffff0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Christian Rebischke <chris.rebischke[at]archlinux[dot]org>
_pyname=oletools
pkgname=python2-oletools
-pkgver=0.42
-pkgrel=3
+pkgver=0.46
+pkgrel=1
pkgdesc="Python tools to analyze security characteristics of MS Office and OLE files"
depends=('python2')
arch=('any')
url="https://bitbucket.org/decalage/oletools"
license=('BSD')
source=("${_pyname}-${pkgver}.tar.gz::https://bitbucket.org/decalage/oletools/downloads/${_pyname}-${pkgver}.tar.gz")
-sha512sums=('d70d8c0dde63b8e69eafbbcda60928e6e45b306f87562a64b3b1fad94f729a04b210b2f6634e030ed69e1dd3cab61a365c875021f0e9e01f6a862f3533fadbae')
+sha512sums=('6995948b0b67f7d8bd41c0f0fba0f84dd92349c2b348ab7efcf1d8ad99827ea7d6d5f9bc5911f1b0dfccf8815a2ca58f9b8e875c9f9dfcb79d314725a5df2a45')
package() {
cd "${srcdir}/${_pyname}-${pkgver}"