summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2023-04-11 22:05:08 -0400
committerChris Severance2023-04-11 22:05:08 -0400
commitbc9b3f538eedd03410133b8bc8ab338a984f784b (patch)
treedc6c9803bda5fd6aa6c2e9593194f68189647c23
parent560d6c3366af887fd7868a91df1cbe0664368095 (diff)
downloadaur-msoffice-crypt-git.tar.gz
autu: Update to 0.0.r61.g89dbedf-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6d0daa2269d..3458a9761d6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
# Generated by mksrcinfo v8
-# Thu Jan 31 20:07:27 UTC 2019
+# Wed Apr 12 02:05:08 UTC 2023
pkgbase = msoffice-crypt-git
pkgdesc = A tool and lib to encrypt decrypt crack Microsoft Office 2010+ xml Documents Word docx Excel xlsx PowerPoint pptx
- pkgver = 0.0.r49.ge825799
+ pkgver = 0.0.r61.g89dbedf
pkgrel = 1
url = https://github.com/herumi/msoffice
arch = x86_64
arch = i686
license = BSD
- checkdepends = python2
makedepends = git
depends = openssl
provides = msoffice-crypt=0.0
diff --git a/PKGBUILD b/PKGBUILD
index d8fe6544c42e..9efc00ecec32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
set -u
pkgname='msoffice-crypt-git'
-pkgver=0.0.r49.ge825799
+pkgver=0.0.r61.g89dbedf
pkgrel=1
pkgdesc='A tool and lib to encrypt decrypt crack Microsoft Office 2010+ xml Documents Word docx Excel xlsx PowerPoint pptx'
arch=('x86_64' 'i686')
@@ -10,7 +10,7 @@ url='https://github.com/herumi/msoffice'
license=('BSD')
depends=('openssl')
makedepends=('git')
-checkdepends=('python2')
+#checkdepends=('python2')
provides=("${pkgname%-git}=${pkgver%%.r*}")
conflicts=("${pkgname%-git}")
options=('!strip')
@@ -35,7 +35,7 @@ prepare() {
rm -r 'bin/64'
sed -e 's:\r$::g' -i $(grep -Ilr $'\r' *)
# Test runs in python2
- sed -e 's:\bpython\b:&2:g' -i 'Makefile'
+ #sed -e 's:\bpython\b:&2:g' -i 'Makefile'
# Strip in compile isn't getting rid of source references
sed -e 's:^LDFLAGS = .*$:& -s:g' -i 'common.mk'
# Change extension so we can delete all .exe files