diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2013-11-03 09:07:01 -0800 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-03 13:42:33 -0600 |
commit | 29c1611a3b4fdc40c589ac02eb1ac76e358e4fb5 (patch) | |
tree | 129cb5584418f4713c2f7ba69c3fc0955c430adc /graphics/exact-image/exact-image.SlackBuild | |
parent | f953aacf5586cd0c8e62d675f9cf2b9617a67fb1 (diff) |
graphics/exact-image: Updated to version 0.8.9.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/exact-image/exact-image.SlackBuild')
-rw-r--r-- | graphics/exact-image/exact-image.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/exact-image/exact-image.SlackBuild b/graphics/exact-image/exact-image.SlackBuild index 91035c0d51eb5..c8be74bccdb7b 100644 --- a/graphics/exact-image/exact-image.SlackBuild +++ b/graphics/exact-image/exact-image.SlackBuild @@ -3,7 +3,7 @@ # Written by Benjamin Trigona-Harany <bosth@alumni.sfu.ca> PRGNAM=exact-image -VERSION=${VERSION:-0.8.8} +VERSION=${VERSION:-0.8.9} BUILD=${BUILD:-3} TAG=${TAG:-_SBo} @@ -49,9 +49,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Fix includes -patch -p1 -i $CWD/includes.patch - # Patch to fix libpng linkage patch -p1 --verbose < $CWD/png.cc-libpng14.diff |