aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmedia/gfx/inkscape/inkscape.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media/gfx/inkscape/inkscape.SlackBuild b/media/gfx/inkscape/inkscape.SlackBuild
index 87b09261..1a3efa19 100755
--- a/media/gfx/inkscape/inkscape.SlackBuild
+++ b/media/gfx/inkscape/inkscape.SlackBuild
@@ -16,7 +16,7 @@
#
# slackbuild for inkscape, by Alexandre Vieira de Souza
# requires: gtk+2 gtkmm glib2 libsigc++ libxslt libxml2
-# tested: inkscape-0.45.1
+# tested: inkscape-0.46
#
# Look for slackbuildrc
@@ -31,7 +31,7 @@ CWD="$(pwd)"
SRC_NAME="inkscape"
PKG_NAME="inkscape"
ARCH=${ARCH:=i486}
-SRC_VERSION=${VERSION:=0.45.1}
+SRC_VERSION=${VERSION:=0.46}
PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')"
BUILD=${BUILD:=1avs}
SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME