diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2020-02-14 23:13:18 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-15 09:51:02 +0700 |
commit | 071331660fb95b0a004f6b69470f4276d8e89845 (patch) | |
tree | 8f4c40485594cfd9308aca4c3f991c6fe2a03a73 /system/slpkg | |
parent | 0ed07023a26f8297129f1aff6d5e71d9471a30e5 (diff) |
system/slpkg: Updated for version 3.8.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/slpkg')
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 5 | ||||
-rw-r--r-- | system/slpkg/slpkg.info | 6 |
2 files changed, 4 insertions, 7 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index f4322558cdd0..b8de3d279b81 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.8.0} +VERSION=${VERSION:-3.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,9 +69,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# avoid install configuration files and man page over setup.py -sed -i 's/if "install"/if ""/' setup.py - python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index 962050a1c1c3..ab69c8b2e257 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="3.8.0" +VERSION="3.8.1" HOMEPAGE="https://dslackw.gitlab.io/slpkg" -DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/3.8.0/slpkg-3.8.0.tar.gz" -MD5SUM="a8298533001b4537939339dc6970e140" +DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/3.8.1/slpkg-3.8.1.tar.gz" +MD5SUM="4c2c7aecc7c08f2acf63ee154f1fe090" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3 python-urllib3" |