diff options
-rw-r--r-- | system/slpkg/doinst.sh | 3 | ||||
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 5 | ||||
-rw-r--r-- | system/slpkg/slpkg.info | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/system/slpkg/doinst.sh b/system/slpkg/doinst.sh index 165cdcbcecefb..a3316326fdbda 100644 --- a/system/slpkg/doinst.sh +++ b/system/slpkg/doinst.sh @@ -8,7 +8,8 @@ config() { fi } -CONFIGS="slpkg.conf blacklist slackware-mirrors custom-repositories" +CONFIGS="slpkg.conf blacklist slackware-mirrors custom-repositories \ + slackware-changelogs-mirror" for file in $CONFIGS; do config etc/slpkg/${file}.new done diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index 49a6bceb44f39..e921bb06f06b1 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.3.0} +VERSION=${VERSION:-2.3.1} 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 configurations files -CONFIGS="slpkg.conf blacklist slackware-mirrors custom-repositories" +CONFIGS="slpkg.conf blacklist slackware-mirrors custom-repositories \ + slackware-changelogs-mirror" 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 b3b82e59f888c..227ce22d18c34 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="2.3.0" +VERSION="2.3.1" HOMEPAGE="https://github.com/dslackw/slpkg" -DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.3.0.tar.gz" -MD5SUM="08a345549a0a3e1de2103c3b4085b880" +DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.3.1.tar.gz" +MD5SUM="ac61b4952462327f7f06f1d5ea11920d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |