aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-09-14 01:59:20 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-09-14 09:14:34 +0000
commitcb15b274383b3b1bf68e8dcf96ac9d6d2816189f (patch)
tree35cd4a51c2ca1d2d84bde0c63755fc0cc4ae4d6f
parent753a1928efb42880c58cf770ce67e85ac332a368 (diff)
community/inkscape: upgrade to 1.0.1
-rw-r--r--community/inkscape/APKBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/inkscape/APKBUILD b/community/inkscape/APKBUILD
index de78ca1c430..bf093995bbe 100644
--- a/community/inkscape/APKBUILD
+++ b/community/inkscape/APKBUILD
@@ -1,7 +1,9 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=inkscape
-pkgver=1.0
-pkgrel=4
+pkgver=1.0.1
+_pkgdate=2020-09-07
+_pkgcommit=3bc2e813f5
+pkgrel=0
pkgdesc="A vector-based drawing program - svg compliant"
url="https://inkscape.org/"
arch="all"
@@ -40,7 +42,7 @@ source="https://media.inkscape.org/dl/resources/file/inkscape-$pkgver.tar.xz
fix-Werror.patch
"
options="!check" # cxxtest hangs at least on x86_64
-builddir="$srcdir"/inkscape-1.0_2020-05-01_4035a4fb49
+builddir="$srcdir"/$pkgname-${pkgver}_${_pkgdate}_$_pkgcommit
build() {
export CXXFLAGS="$CXXFLAGS -std=c++11"
@@ -81,5 +83,5 @@ doc() {
"$subpkgdir"/usr/share/inkscape
}
-sha512sums="37c18079eb926fd6874deee95e4008bae165c5e52d05cb53bbc8f4a48eedd0e0ab6b3e5dfbb23709169187bfe8eb5aa44d576268667f2566a2cd4dd5426554f0 inkscape-1.0.tar.xz
+sha512sums="70145e02fe7c3ffbfa3dcea690bfe3315131fb9a507c70bcdc1d0db394d207e3bd04d7cc86c3b625597bddfd2b6e09a03841aece6d2ffb6517fe1c619193ec96 inkscape-1.0.1.tar.xz
af18732affeebf3f3b686d88e06f2637b320570095fdcf330ce078243910f43edbd99145ff370da6ec29dc9239948e83f46b2e2b6ca0ce851356912e6bc0fa2d fix-Werror.patch"