diff options
author | Yth - Arnaud <yth@ythogtha.org> | 2019-03-15 07:02:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:26 +0700 |
commit | ea902a4a6fd823cfbeeb345f7017e2823e7bc393 (patch) | |
tree | e422c556d7b0b6e578a5b382737f8c03dde40e30 /graphics/trimage | |
parent | 677722263b21cc2ad5ff5274ef77be18d2049eaa (diff) |
graphics/trimage: Updated for version 1.0.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/trimage')
-rw-r--r-- | graphics/trimage/trimage.SlackBuild | 4 | ||||
-rw-r--r-- | graphics/trimage/trimage.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/trimage/trimage.SlackBuild b/graphics/trimage/trimage.SlackBuild index d9b60e81229a..2014aed4cd4a 100644 --- a/graphics/trimage/trimage.SlackBuild +++ b/graphics/trimage/trimage.SlackBuild @@ -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 diff --git a/graphics/trimage/trimage.info b/graphics/trimage/trimage.info index c4ca402549ce..8c69f6906716 100644 --- a/graphics/trimage/trimage.info +++ b/graphics/trimage/trimage.info @@ -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" |