summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis2015-01-09 00:54:08 +0100
committer Willy Sudiarto Raharjo2015-01-09 00:54:08 +0100
commitd0251fb3b2d910acbb5362b491b1f9d33c6a9767 (patch)
tree59638deeb564da291b98499f21064b9668221eaf
parentfcb1d7def61048adc0777b2f7a0673ca07a4443b (diff)
downloadslackbuilds-d0251fb3b2d910acbb5362b491b1f9d33c6a9767.tar.gz
system/slpkg: Updated for version 2.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/slpkg/doinst.sh2
-rw-r--r--system/slpkg/slpkg.SlackBuild4
-rw-r--r--system/slpkg/slpkg.info6
3 files changed, 6 insertions, 6 deletions
diff --git a/system/slpkg/doinst.sh b/system/slpkg/doinst.sh
index f64c9d0d21..165cdcbcec 100644
--- a/system/slpkg/doinst.sh
+++ b/system/slpkg/doinst.sh
@@ -8,7 +8,7 @@ config() {
fi
}
-CONFIGS="slpkg.conf blacklist slackware-mirrors"
+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 6673dd05c0..dd94eb00e5 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.1.5}
+VERSION=${VERSION:-2.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,7 +79,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/etc/slpkg
# install configurations files
-CONFIGS="slpkg.conf blacklist slackware-mirrors"
+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 620c8c3d01..86453be6d8 100644
--- a/system/slpkg/slpkg.info
+++ b/system/slpkg/slpkg.info
@@ -1,8 +1,8 @@
PRGNAM="slpkg"
-VERSION="2.1.5"
+VERSION="2.2.0"
HOMEPAGE="https://github.com/dslackw/slpkg"
-DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.1.5.tar.gz"
-MD5SUM="74d79364aef2717c00eae3a37c0e7479"
+DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.2.0.tar.gz"
+MD5SUM="f260b370dd9b5835e688061cb39287fe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""