summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2020-11-24 12:10:49 +0100
committerhaawda2020-11-24 12:10:49 +0100
commit1f68db4ca4f55737900a4e28b15ba89dfcd449ee (patch)
tree968c907a72ac675f6be944ca540bb59c7db08480 /PKGBUILD
parentd21fa3b03efebe3d620a29fc8c0fa825a141b78a (diff)
downloadaur-textext-git.tar.gz
add python-lxml dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e586c7985e3..a7a215d58856 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=textext-git
pkgver=1.2.0
epoch=1
-pkgrel=2
+pkgrel=3
pkgdesc="An inkscape extension which lets you add LaTeX equations to your drawings"
arch=('any')
license=('custom:BSD')
@@ -12,7 +12,7 @@ url="https://github.com/textext/textext.git"
provides=('textext')
conflicts=('textext')
makedepends=('git')
-depends=('inkscape' 'python-gobject' 'texlive-core')
+depends=('inkscape' 'python-gobject' 'texlive-core' 'python-lxml')
source=("git+$url")
md5sums=('SKIP')