diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-07-06 03:36:23 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-09 08:00:25 +0700 |
commit | f9a48dfe42b46333027777a547c223107173fdbb (patch) | |
tree | fe5d2bf8e69003e5c5b1e67f6489ed0bc8b6ed7d /system/slpkg | |
parent | 193ecf7f1c32ee8732814c436182994087385a77 (diff) | |
download | slackbuilds-f9a48dfe42b46333027777a547c223107173fdbb.tar.gz |
system/slpkg: Updated for version 3.1.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/slpkg')
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 4 | ||||
-rw-r--r-- | system/slpkg/slpkg.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index 1bc67372ce..1bc296d329 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.1.5} +VERSION=${VERSION:-3.1.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,7 +67,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -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 diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index 34671bc583..8b45773255 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="3.1.5" +VERSION="3.1.6" HOMEPAGE="https://github.com/dslackw/slpkg" -DOWNLOAD="https://github.com/dslackw/slpkg/archive/v3.1.5.tar.gz" -MD5SUM="f31a256221c02efbe4d356829d2a85e4" +DOWNLOAD="https://github.com/dslackw/slpkg/archive/v3.1.6.tar.gz" +MD5SUM="9fbe32bd1f22e1784e2bb1ae7a288a4f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |