summaryrefslogtreecommitdiffstats
path: root/office/pdfedit/pdfedit.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'office/pdfedit/pdfedit.SlackBuild')
-rw-r--r--office/pdfedit/pdfedit.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/office/pdfedit/pdfedit.SlackBuild b/office/pdfedit/pdfedit.SlackBuild
index 1e45a9ec7b..091d9470cc 100644
--- a/office/pdfedit/pdfedit.SlackBuild
+++ b/office/pdfedit/pdfedit.SlackBuild
@@ -4,16 +4,14 @@
# written by <pedro@gepasi.org> and hereby put in the public domain
PRGNAM=pdfedit
-VERSION=0.4.3
+VERSION=0.4.5
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -49,7 +47,7 @@ chown -R root:root .
chmod -R u+w,go+r-w,a-s .
# Add a good path for docbook.xsl
-printf "/usr/share/xml/docbook/xsl-stylesheets-1.75.1/html\n" >> \
+printf "/usr/share/xml/docbook/xsl-stylesheets-*/html\n" >> \
doc/tools/docbook_xslt_paths
ARCH="" \