summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d01106f6f0b5..9f3173a172cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = textext-hg
pkgdesc = An inkscape extension which lets you add LaTeX equations to your drawings
- pkgver = r289.3235507055c9
- pkgrel = 2
+ pkgver = r328.0a13899d53f0
+ pkgrel = 1
url = https://bitbucket.org/pitgarbe/textext
arch = any
license = custom:BSD
diff --git a/PKGBUILD b/PKGBUILD
index aa42f816da97..6cbec1d34cfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=textext-hg
-pkgver=r289.3235507055c9
-pkgrel=2
+pkgver=r328.0a13899d53f0
+pkgrel=1
pkgdesc="An inkscape extension which lets you add LaTeX equations to your drawings"
arch=('any')
license=('custom:BSD')
@@ -29,7 +29,7 @@ pkgver() {
package() {
cd textext/
install -d "$pkgdir"/usr/share/inkscape/extensions
- for _i in asktext.py default_packages.tex latexlogparser.py textext.{inx,py} typesetter.py
+ for _i in asktext.py default_packages.tex latexlogparser.py textext.{inx,py} typesetter.py win_app_paths.py
do install ${_i} "$pkgdir"/usr/share/inkscape/extensions/$_i
done
install -d "$pkgdir"/usr/share/licenses/$pkgname