diff options
-rw-r--r-- | main/inkscape/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/inkscape/APKBUILD b/main/inkscape/APKBUILD index 23ac796be2..436a9fd423 100644 --- a/main/inkscape/APKBUILD +++ b/main/inkscape/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=inkscape -pkgver=0.48.2 -pkgrel=4 +pkgver=0.48.3 +pkgrel=0 pkgdesc="A vector-based drawing program - svg compliant" url="http://inkscape.sourceforge.net/" arch="all" @@ -57,5 +57,5 @@ package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 } -md5sums="889dcffb2fc72ea8522ca4bed95427e1 inkscape-0.48.2.tar.gz +md5sums="4623e6be4d4553d7c871b26454de88db inkscape-0.48.3.tar.gz c2d1392e6489af822cb4b41ce3af877b inkscape-png15.patch" |