aboutsummaryrefslogtreecommitdiff
path: root/libraries/libxdg-basedir/libxdg-basedir.SlackBuild
diff options
context:
space:
mode:
authornewHeiko <35038740+newHeiko@users.noreply.github.com>2022-04-23 16:22:30 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-30 13:51:44 +0700
commit5eebe8759dd4a4bdacc539c6d5997a360b6aa46b (patch)
treeb4ec69fa5a3b16ae60161e6f791c4b8eb9f19039 /libraries/libxdg-basedir/libxdg-basedir.SlackBuild
parent9c204cf762b527a61e17df4abc5a6918b45eacaa (diff)
libraries/libxdg-basedir: Updated for version 1.2.3.
Also switched back to most up to date github repository (meaning: No releases, just tags) Also removed incorrect homepage line from slack-desc. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libxdg-basedir/libxdg-basedir.SlackBuild')
-rw-r--r--libraries/libxdg-basedir/libxdg-basedir.SlackBuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/libraries/libxdg-basedir/libxdg-basedir.SlackBuild b/libraries/libxdg-basedir/libxdg-basedir.SlackBuild
index d6bdf8ba6697f..48ec9c2108ffe 100644
--- a/libraries/libxdg-basedir/libxdg-basedir.SlackBuild
+++ b/libraries/libxdg-basedir/libxdg-basedir.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libxdg-basedir
-# Copyright 2013-2021 Heiko Rosemann Germany
+# Copyright 2013-2022 Heiko Rosemann Germany
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,8 +27,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libxdg-basedir
-VERSION=${VERSION:-1.2.2}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.2.3}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -71,9 +71,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
-cd $PRGNAM-$VERSION
+rm -rf $PRGNAM-$PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.?z*
+cd $PRGNAM-$PRGNAM-$VERSION
chown -R root:root .
find -L . \