summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNoel Kuntze2020-09-14 00:20:55 +0200
committerNoel Kuntze2020-09-14 00:20:55 +0200
commit7b01c174044d2a84f7da331733a502b7aa878f8f (patch)
tree3001fe818444ac8cb95fde98dc9770e5dc56b325 /PKGBUILD
parentd657048d888f6800274bae995b49edef97c4a71e (diff)
downloadaur-7b01c174044d2a84f7da331733a502b7aa878f8f.tar.gz
Change depends on inkscape to be satisfied if inkscape version is at least 1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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")