summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoel Kuntze2019-02-12 20:55:47 +0100
committerNoel Kuntze2019-02-12 20:55:47 +0100
commit719246109ed6303d0c11d7ccfc4d1dfd9bfea8a2 (patch)
tree2ca45b2cac8e29179d04024003091a7a789c2868
parent0d307ca144cfc921e505e8d95a178ae8c203ea0e (diff)
downloadaur-719246109ed6303d0c11d7ccfc4d1dfd9bfea8a2.tar.gz
Add dos2unix to makedepends
-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"