summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis2015-09-04 05:33:58 +0200
committer Willy Sudiarto Raharjo2015-09-05 13:24:38 +0200
commitde865a11ac74dc71736caa2a37948ee3b31cae92 (patch)
treeaef7dcdc4ddd7e8a32379208c7c05bde3c5e93eb
parent179ad421bf6d16f947b8c4a7c03a9b14096ea94b (diff)
downloadslackbuilds-de865a11ac74dc71736caa2a37948ee3b31cae92.tar.gz
system/slpkg: Updated for version 2.8.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--system/slpkg/doinst.sh3
-rw-r--r--system/slpkg/slpkg.SlackBuild5
-rw-r--r--system/slpkg/slpkg.info6
3 files changed, 6 insertions, 8 deletions
diff --git a/system/slpkg/doinst.sh b/system/slpkg/doinst.sh
index a3316326fd..e4d91c67ad 100644
--- a/system/slpkg/doinst.sh
+++ b/system/slpkg/doinst.sh
@@ -8,8 +8,7 @@ config() {
fi
}
-CONFIGS="slpkg.conf blacklist slackware-mirrors custom-repositories \
- slackware-changelogs-mirror"
+CONFIGS="slpkg.conf repositories.conf blacklist slackware-mirrors custom-repositories"
for file in $CONFIGS; do
config etc/slpkg/${file}.new
done
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild
index 6b55c5462c..b66d3748a3 100644
--- a/system/slpkg/slpkg.SlackBuild
+++ b/system/slpkg/slpkg.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=slpkg
-VERSION=${VERSION:-2.7.6}
+VERSION=${VERSION:-2.8.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,8 +79,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/etc/slpkg
# install configuration files
-CONFIGS="slpkg.conf blacklist slackware-mirrors custom-repositories \
- slackware-changelogs-mirror"
+CONFIGS="slpkg.conf repositories.conf blacklist slackware-mirrors custom-repositories"
for file in $CONFIGS; do
install -D -m0644 conf/$file $PKG/etc/slpkg/${file}.new
done
diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info
index d0d52e5614..1f36b2887e 100644
--- a/system/slpkg/slpkg.info
+++ b/system/slpkg/slpkg.info
@@ -1,8 +1,8 @@
PRGNAM="slpkg"
-VERSION="2.7.6"
+VERSION="2.8.2"
HOMEPAGE="https://github.com/dslackw/slpkg"
-DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.7.6.tar.gz"
-MD5SUM="4484ede82d667badb6dd22873d2da785"
+DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.8.2.tar.gz"
+MD5SUM="8158ab7fe2555a24553c9efa6d6f8ac9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""