summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNoel Kuntze2020-09-14 00:18:55 +0200
committerNoel Kuntze2020-09-14 00:18:55 +0200
commitd657048d888f6800274bae995b49edef97c4a71e (patch)
treee4ac8255c9c7bfce60d04f2444012cb6c8418ee4 /PKGBUILD
parent8f8c8d939ead73e14929a3bda5e2e02edb69f211 (diff)
downloadaur-d657048d888f6800274bae995b49edef97c4a71e.tar.gz
Update to 1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd94850a18e5..29fa0252084e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=textext
_pkgname=TexText
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc="An inkscape extension which lets you add LaTeX equations to your drawings"
arch=('any')
@@ -14,7 +14,7 @@ depends=('inkscape=1.0' 'texlive-core' 'python' 'pdf2svg' 'python-lxml' 'python-
optdepends=('imagemagick')
source=("$pkgname-$pkgver.tar.gz::https://github.com/textext/textext/releases/download/$pkgver/${_pkgname}-Linux-$pkgver.tar.gz")
-sha256sums=('046410f42d80166ebf35041136ae5e6bb1fa184c742e5424b25d0d2e8949b795')
+sha256sums=('1baa6cacb27f50b1316290e45021a8302795154d8b95a5903de320792e351fea')
package()
{
@@ -23,4 +23,4 @@ package()
install -d "$pkgdir/usr/share/licenses/$pkgname"
install LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
rm -rf "$pkgdir/usr/share/inkscape/extensions/textext/__pycache__"
-} \ No newline at end of file
+}