diff options
Diffstat (limited to 'graphics')
-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 d9b60e8122..2014aed4cd 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 c4ca402549..8c69f69067 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" |