summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/inkscape/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/inkscape/APKBUILD b/main/inkscape/APKBUILD
index 436a9fd42..d43c96463 100644
--- a/main/inkscape/APKBUILD
+++ b/main/inkscape/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=inkscape
-pkgver=0.48.3
+pkgver=0.48.3.1
pkgrel=0
pkgdesc="A vector-based drawing program - svg compliant"
url="http://inkscape.sourceforge.net/"
@@ -20,6 +20,7 @@ lcms-dev
libxml2-dev
boost-dev
autoconf automake
+tar
"
depends="desktop-file-utils"
install=
@@ -57,5 +58,5 @@ package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
}
-md5sums="4623e6be4d4553d7c871b26454de88db inkscape-0.48.3.tar.gz
+md5sums="ccf8ccd9e66199badb8c35ea3851a888 inkscape-0.48.3.1.tar.gz
c2d1392e6489af822cb4b41ce3af877b inkscape-png15.patch"