summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index efd3a945285d..d109e56c3d58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=textext
_pkgname=TexText
-pkgver=0.7.2
+pkgver=0.7.3
pkgrel=1
pkgdesc="An inkscape extension which lets you add LaTeX equations to your drawings"
arch=('any')
@@ -12,7 +12,7 @@ url="https://github.com/textext/textext"
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.tgz")
-sha256sums=('532132eb52be721fd1e3a2cc57006b544812db16935aeb09f6b435a40ce84110')
+sha256sums=('5095d4bbbe4731d3edbff06fd82a48cf0c6c003a15147bede5bf11515c2e4fac')
prepare() {
cd $pkgname-$pkgver-linux