summaryrefslogtreecommitdiffstats
path: root/source/l
diff options
context:
space:
mode:
Diffstat (limited to 'source/l')
-rwxr-xr-xsource/l/expat/expat.SlackBuild6
-rw-r--r--source/l/expat/slack-desc2
2 files changed, 4 insertions, 4 deletions
diff --git a/source/l/expat/expat.SlackBuild b/source/l/expat/expat.SlackBuild
index 182fa82d6..5183fd276 100755
--- a/source/l/expat/expat.SlackBuild
+++ b/source/l/expat/expat.SlackBuild
@@ -23,8 +23,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=expat
-VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -67,7 +67,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP
rm -rf expat-$VERSION
-tar xvf $CWD/expat-$VERSION.tar.?z* || exit 1
+tar xvf $CWD/expat-$VERSION.tar.?z || exit 1
cd expat-$VERSION || exit 1
chown -R root:root .
diff --git a/source/l/expat/slack-desc b/source/l/expat/slack-desc
index f25823173..114a13754 100644
--- a/source/l/expat/slack-desc
+++ b/source/l/expat/slack-desc
@@ -12,7 +12,7 @@ expat: This is Expat, a C library for parsing XML, written by James Clark.
expat: Expat is a stream-oriented XML parser used by Python, GNOME, Xft2,
expat: and other things.
expat:
-expat:
+expat: Homepage: https://libexpat.github.io
expat:
expat:
expat: