summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Severance2023-04-11 22:05:08 -0400
committerChris Severance2023-04-11 22:05:08 -0400
commitbc9b3f538eedd03410133b8bc8ab338a984f784b (patch)
treedc6c9803bda5fd6aa6c2e9593194f68189647c23 /PKGBUILD
parent560d6c3366af887fd7868a91df1cbe0664368095 (diff)
downloadaur-msoffice-crypt-git.tar.gz
autu: Update to 0.0.r61.g89dbedf-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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