summaryrefslogtreecommitdiffstats
path: root/system/slpkg
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2015-09-24 23:06:18 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-09-26 10:05:38 +0700
commitd09db4855ea793521b8a897645b39f1ac5aba33c (patch)
treebf2a44919b07f13a6c00545e261f8d07123afe2e /system/slpkg
parentf939e8ff57cec1c84047d7936e65d2906bb5f431 (diff)
downloadslackbuilds-d09db4855ea793521b8a897645b39f1ac5aba33c.tar.gz
slackbuilds-d09db4855ea793521b8a897645b39f1ac5aba33c.tar.xz
system/slpkg: Updated for version 2.9.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/slpkg')
-rw-r--r--system/slpkg/doinst.sh3
-rw-r--r--system/slpkg/slpkg.SlackBuild5
-rw-r--r--system/slpkg/slpkg.info6
3 files changed, 8 insertions, 6 deletions
diff --git a/system/slpkg/doinst.sh b/system/slpkg/doinst.sh
index e4d91c67ad..7f609d17c0 100644
--- a/system/slpkg/doinst.sh
+++ b/system/slpkg/doinst.sh
@@ -8,7 +8,8 @@ config() {
fi
}
-CONFIGS="slpkg.conf repositories.conf blacklist slackware-mirrors custom-repositories"
+CONFIGS="slpkg.conf repositories.conf blacklist slackware-mirrors \
+ default-repositories 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 a58a4bb9ba..face9de932 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.9.1}
+VERSION=${VERSION:-2.9.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,7 +79,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/etc/slpkg
# install configuration files
-CONFIGS="slpkg.conf repositories.conf blacklist slackware-mirrors custom-repositories"
+CONFIGS="slpkg.conf repositories.conf blacklist slackware-mirrors \
+ default-repositories 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 3bec1affae..d752303ae1 100644
--- a/system/slpkg/slpkg.info
+++ b/system/slpkg/slpkg.info
@@ -1,8 +1,8 @@
PRGNAM="slpkg"
-VERSION="2.9.1"
+VERSION="2.9.4"
HOMEPAGE="https://github.com/dslackw/slpkg"
-DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.9.1.tar.gz"
-MD5SUM="2ba8c1f63d05f368d9c7a6f12f4df387"
+DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.9.4.tar.gz"
+MD5SUM="6616d6612e6eed897fd723777f5fb273"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""