summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/slpkg/doinst.sh1
-rw-r--r--system/slpkg/slpkg.SlackBuild3
-rw-r--r--system/slpkg/slpkg.info6
3 files changed, 6 insertions, 4 deletions
diff --git a/system/slpkg/doinst.sh b/system/slpkg/doinst.sh
index bade992d9a..aefd7614b8 100644
--- a/system/slpkg/doinst.sh
+++ b/system/slpkg/doinst.sh
@@ -9,6 +9,7 @@ config() {
}
config etc/slpkg/slpkg.toml.new
+config etc/slpkg/repositories.toml.new
config etc/slpkg/blacklist.toml.new
if [ -x /usr/bin/update-desktop-database ]; then
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild
index 85c1ec2271..11cb7eb751 100644
--- a/system/slpkg/slpkg.SlackBuild
+++ b/system/slpkg/slpkg.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=slpkg
-VERSION=${VERSION:-4.6.1}
+VERSION=${VERSION:-4.7.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -90,6 +90,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/etc/slpkg
install -D -m0644 configs/slpkg.toml $PKG/etc/slpkg/slpkg.toml.new
+install -D -m0644 configs/repositories.toml $PKG/etc/slpkg/repositories.toml.new
install -D -m0644 configs/blacklist.toml $PKG/etc/slpkg/blacklist.toml.new
mkdir -p $PKG/var/lib/$PRGNAM/repositories/ponce
diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info
index 8718510e63..1b0dd50060 100644
--- a/system/slpkg/slpkg.info
+++ b/system/slpkg/slpkg.info
@@ -1,8 +1,8 @@
PRGNAM="slpkg"
-VERSION="4.6.1"
+VERSION="4.7.6"
HOMEPAGE="https://dslackw.gitlab.io/slpkg"
-DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/4.6.1/slpkg-4.6.1.tar.gz"
-MD5SUM="8f98a8f666f8772be205ce65214dd538"
+DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/4.7.6/slpkg-4.7.6.tar.gz"
+MD5SUM="26577e39fa7f58d9fa24fa24d91d1012"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SQLAlchemy python3-pythondialog python3-progress"