aboutsummaryrefslogtreecommitdiffstats
path: root/community/inkscape/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/inkscape/APKBUILD')
-rw-r--r--community/inkscape/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/inkscape/APKBUILD b/community/inkscape/APKBUILD
index d8a10c04d42..e222d259d32 100644
--- a/community/inkscape/APKBUILD
+++ b/community/inkscape/APKBUILD
@@ -1,10 +1,10 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=inkscape
pkgver=0.92.2
-pkgrel=0
+pkgrel=1
pkgdesc="A vector-based drawing program - svg compliant"
url="https://inkscape.org/"
-arch="all !s390x"
+arch="all"
license="GPL LGPL"
makedepends="
autoconf
@@ -25,7 +25,7 @@ makedepends="
tar
"
depends="desktop-file-utils"
-checkdepends="bash py-lxml py-numpy"
+checkdepends="bash py-lxml py-numpy>=1.14.3-r1"
subpackages="$pkgname-doc $pkgname-lang $pkgname-view"
source="https://launchpad.net/inkscape/${pkgver%.*}.x/$pkgver/+download/inkscape-$pkgver.tar.bz2"
builddir="$srcdir/$pkgname-$pkgver"