summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb9e5330b135..ea8e7a44d10a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = textext
arch = any
license = custom:BSD
makedepends = python
- depends = inkscape=1.0
+ depends = inkscape>=1.0
depends = texlive-core
depends = python
depends = pdf2svg
diff --git a/PKGBUILD b/PKGBUILD
index 29fa0252084e..b6551c4d56e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
license=('custom:BSD')
url="https://github.com/textext/textext"
makedepends=('python')
-depends=('inkscape=1.0' 'texlive-core' 'python' 'pdf2svg' 'python-lxml' 'python-gobject')
+depends=('inkscape>=1.0' 'texlive-core' 'python' 'pdf2svg' 'python-lxml' 'python-gobject')
optdepends=('imagemagick')
source=("$pkgname-$pkgver.tar.gz::https://github.com/textext/textext/releases/download/$pkgver/${_pkgname}-Linux-$pkgver.tar.gz")