summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/inkscape/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/main/inkscape/APKBUILD b/main/inkscape/APKBUILD
index 7228b050f..8e2d6219e 100644
--- a/main/inkscape/APKBUILD
+++ b/main/inkscape/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=inkscape
pkgver=0.48.4
-pkgrel=0
+pkgrel=1
pkgdesc="A vector-based drawing program - svg compliant"
url="http://inkscape.sourceforge.net/"
arch="all"
@@ -25,7 +25,8 @@ tar
depends="desktop-file-utils"
install=
subpackages="$pkgname-lang"
-source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz"
+source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
+ automake.patch"
_builddir="$srcdir"/$pkgname-$pkgver
@@ -57,4 +58,5 @@ package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
}
-md5sums="2c7149e877609f3f7e7a9d4e6f510d2b inkscape-0.48.4.tar.gz"
+md5sums="2c7149e877609f3f7e7a9d4e6f510d2b inkscape-0.48.4.tar.gz
+f212448d60a2182611071e40d247da06 automake.patch"