summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Riegert2022-01-30 01:01:55 -0500
committerMichael Riegert2022-01-30 01:01:55 -0500
commit414cb19e624c1cbfd0c9e5e701c2419472a9d67b (patch)
treeb974451ae678d87bb59a8488085000029be48b28 /PKGBUILD
parent9056de264eaa60a4bc7381cffef2a6ed9c7a805b (diff)
downloadaur-414cb19e624c1cbfd0c9e5e701c2419472a9d67b.tar.gz
Update to v2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86e70d88d293..656a5a8713eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributer: Alexander Görtz <aur@nyloc.de>
pkgname=tex2im
-pkgver=2.0.2
+pkgver=2.3
pkgrel=1
pkgdesc="A simple tool that converts LaTeX formulas into high resolution pixmap graphics for inclusion in text processors or presentations."
url="https://github.com/CD3/tex2im"
@@ -11,7 +11,7 @@ license=('GPL2')
depends=('imagemagick' 'texlive-core' 'python')
provides=('im2tex')
source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
-sha256sums=('7bb49760c4c103e09c96b980857d008345b0eb8a8fd071881076175d69c46847')
+sha256sums=('3cd69eabf1d37bd4c1fe534f6fe4a2bb27753ab903b4fdf891ba07d86b7da6f5')
install="${pkgname}.install"
package() {
cd "${srcdir}/${pkgname}-${pkgver}"