summaryrefslogtreecommitdiff
path: root/system/slpkg/slpkg.SlackBuild
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2016-10-21 06:53:44 +0300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-10-22 08:47:07 +0700
commit0770dd337dfbada7c48aca46b1a725e0a9dd879b (patch)
tree32289f0bf24b31d4d6ba7a72618677b1d3ae18a3 /system/slpkg/slpkg.SlackBuild
parent543affb8428c5761a8b7ae687f9c5a2eb6b3be47 (diff)
downloadslackbuilds-0770dd337dfbada7c48aca46b1a725e0a9dd879b.tar.gz
system/slpkg: Updated for version 3.2.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/slpkg/slpkg.SlackBuild')
-rw-r--r--system/slpkg/slpkg.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild
index 6406cbface..735e682df2 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:-3.1.8}
+VERSION=${VERSION:-3.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,7 +80,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 repositories.conf blacklist slackware-mirrors \
- default-repositories custom-repositories"
+ default-repositories custom-repositories rlworkman.deps"
for file in $CONFIGS; do
install -D -m0644 conf/$file $PKG/etc/slpkg/${file}.new
done