summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2015-04-25 00:35:00 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-26 14:04:53 +0700
commita1d2ca5e30d105308cdb576bc461129632a6e346 (patch)
tree0b72804b2f350e4229da5666137f1af610127af0 /system
parentd96da43411277b70ccdd8c8461aff84d0970776e (diff)
downloadslackbuilds-a1d2ca5e30d105308cdb576bc461129632a6e346.tar.gz
slackbuilds-a1d2ca5e30d105308cdb576bc461129632a6e346.tar.xz
system/slpkg: Updated for version 2.2.9.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system')
-rw-r--r--system/slpkg/doinst.sh2
-rw-r--r--system/slpkg/slpkg.SlackBuild5
-rw-r--r--system/slpkg/slpkg.info6
3 files changed, 6 insertions, 7 deletions
diff --git a/system/slpkg/doinst.sh b/system/slpkg/doinst.sh
index 65a370ff5c..165cdcbcec 100644
--- a/system/slpkg/doinst.sh
+++ b/system/slpkg/doinst.sh
@@ -8,7 +8,7 @@ config() {
fi
}
-CONFIGS="blacklist slackware-mirrors custom-repositories"
+CONFIGS="slpkg.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 9febfc830b..37788bd49f 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.2.7}
+VERSION=${VERSION:-2.2.9}
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 configurations files
-install -D -m0644 conf/${PRGNAM}.conf $PKG/etc/slpkg/${PRGNAM}.conf
-CONFIGS="blacklist slackware-mirrors custom-repositories"
+CONFIGS="slpkg.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 994b6b2919..832570f7ba 100644
--- a/system/slpkg/slpkg.info
+++ b/system/slpkg/slpkg.info
@@ -1,8 +1,8 @@
PRGNAM="slpkg"
-VERSION="2.2.7"
+VERSION="2.2.9"
HOMEPAGE="https://github.com/dslackw/slpkg"
-DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.2.7.tar.gz"
-MD5SUM="abea645bd382aa47500588631c299bb1"
+DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.2.9.tar.gz"
+MD5SUM="cd3c213b4c0da976be970e9fe888e5e3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""