summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c98cee48e2b..ed6fd15750bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Feb 11 19:37:06 UTC 2019
+# Tue Feb 12 19:55:33 UTC 2019
pkgbase = textext
pkgdesc = An inkscape extension which lets you add LaTeX equations to your drawings
pkgver = 0.9.1
@@ -7,6 +7,7 @@ pkgbase = textext
url = https://github.com/textext/textext
arch = any
license = custom:BSD
+ makedepends = dos2unix
depends = inkscape
depends = texlive-core
depends = python2
diff --git a/PKGBUILD b/PKGBUILD
index 5bbeb4cc2820..eacbda6bc3b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ pkgdesc="An inkscape extension which lets you add LaTeX equations to your drawin
arch=('any')
license=('custom:BSD')
url="https://github.com/textext/textext"
+makedepends=('dos2unix')
depends=('inkscape' 'texlive-core' 'python2')
optdepends=('pdf2svg' 'pygtk' 'imagemagick6')
source=("$pkgname-$pkgver.tar.gz::https://github.com/textext/textext/releases/download/$pkgver/${_pkgname}-Linux-$pkgver.tar.gz"