summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15138e9d71dd..1be3b73d297f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = textext-git
pkgdesc = An inkscape extension which lets you add LaTeX equations to your drawings
pkgver = 1.2.0
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://github.com/textext/textext.git
arch = any
@@ -10,6 +10,7 @@ pkgbase = textext-git
depends = inkscape
depends = python-gobject
depends = texlive-core
+ depends = python-lxml
provides = textext
conflicts = textext
source = git+https://github.com/textext/textext.git
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')