graphics/inkscape: Updated for version 0.92.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Fernando Lopez Jr 2019-02-01 00:49:53 +07:00 committed by Willy Sudiarto Raharjo
parent f96d233385
commit d4f97f0a99
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 5 deletions

View file

@ -23,7 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=inkscape
VERSION=${VERSION:-0.92.3}
PRGSUB=_A6N0YOn
VERSION=${VERSION:-0.92.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,7 +61,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
tar xvf $CWD/$PRGNAM-$VERSION$PRGSUB.tar.?z*
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="inkscape"
VERSION="0.92.3"
VERSION="0.92.4"
HOMEPAGE="http://www.inkscape.org/"
DOWNLOAD="https://inkscape.org/en/gallery/item/12187/inkscape-0.92.3.tar.bz2"
MD5SUM="4ef7171cc1de9e1608d8c49b77fed99e"
DOWNLOAD="https://inkscape.org/gallery/item/13330/inkscape-0.92.4_A6N0YOn.tar.bz2"
MD5SUM="ac30f6d5747fd9c620c00dad500f414f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lxml numpy"