system/slpkg: Updated for version 3.8.1.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2020-02-14 23:13:18 +01:00 committed by Willy Sudiarto Raharjo
parent 0ed07023a2
commit 071331660f
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 7 deletions

View file

@ -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 \

View file

@ -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"