graphics/trimage: Updated for version 1.0.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Yth - Arnaud 2019-03-15 07:02:59 +07:00 committed by Willy Sudiarto Raharjo
parent 677722263b
commit ea902a4a6f
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View file

@ -23,7 +23,7 @@
PRGNAM=trimage
SRCNAM=Trimage
VERSION=${VERSION:-1.0.5}
VERSION=${VERSION:-1.0.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -57,7 +57,7 @@ find -L . \
sed -i -e 's:share/man:man:' setup.py
python setup.py install --root $PKG
python3 setup.py install --root $PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View file

@ -1,10 +1,10 @@
PRGNAM="trimage"
VERSION="1.0.5"
VERSION="1.0.6"
HOMEPAGE="https://trimage.org/"
DOWNLOAD="https://github.com/Kilian/Trimage/archive/1.0.5/trimage-1.0.5.tar.gz"
MD5SUM="4d29d54bd714694dd913ce7bb7999fe6"
DOWNLOAD="https://github.com/Kilian/Trimage/archive/1.0.6/trimage-1.0.6.tar.gz"
MD5SUM="0e69c56323692594b66ec5b2f6d0a206"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="optipng pngcrush jpegoptim advancecomp"
REQUIRES="python3 optipng pngcrush jpegoptim advancecomp"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"