summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2024-01-22 23:00:26 +0100
committerAlphaJack2024-01-22 23:00:26 +0100
commit41f2e568027789ace2fbc6ea7b5631d793484b0a (patch)
treedf9f281f4727dad63c377f2136b4a63c1c3176fa
parent78b3193ab495d12b98305844ff039fa3faaf178d (diff)
downloadaur-41f2e568027789ace2fbc6ea7b5631d793484b0a.tar.gz
Updated pix2tex to 0.1.2
-rw-r--r--.SRCINFO10
-rwxr-xr-xPKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 308544c303e9..5f019db9e5d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pix2tex
pkgdesc = Using a ViT to convert images of equations into LaTeX code
- pkgver = 0.0.31
- pkgrel = 2
+ pkgver = 0.1.2
+ pkgrel = 1
url = https://github.com/lukas-blecher/LaTeX-OCR
arch = any
license = MIT
@@ -36,12 +36,12 @@ pkgbase = pix2tex
provides = latexocr
conflicts = python-pix2tex
replaces = python-pix2tex
- noextract = pix2tex-0.0.31-py3-none-any.whl
+ noextract = pix2tex-0.1.2-py3-none-any.whl
options = !strip
- source = https://files.pythonhosted.org/packages/py3/p/pix2tex/pix2tex-0.0.31-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/p/pix2tex/pix2tex-0.1.2-py3-none-any.whl
source = https://github.com/lukas-blecher/LaTeX-OCR/releases/download/v0.0.1/image_resizer.pth
source = https://github.com/lukas-blecher/LaTeX-OCR/releases/download/v0.0.1/weights.pth
- b2sums = 6a4448f7c4bc30105652bce17fbb8235e786f141534a023918397c8e5f776f9abba4282f45d038961306051c94fcb882fa1c6f7df8145875a3511d8c6b7d0004
+ b2sums = fa7c7f4d8793c5bb24a1232bbfc7b0c34db3f8676851f2adad724f81317f1c635c295080feb527f9007eaac90762cbc2df008ff101cf42918355ad6fb4fd0670
b2sums = f969b612ff8d45cd01818b1239d27443a672b6b88affbb471cac656e968296de29301faf6a793c62c268ad043f7e38f52341bfe3095ea403119f2b057bd7665d
b2sums = 64377f93393e0e321abb45ab158016213e292090fdba7579ea4147df880252a260715488fbc379c83c330df50209758a1939700ea874c14c73bbe5afacc9051c
diff --git a/PKGBUILD b/PKGBUILD
index e7d78f301d59..0454b0af27a8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: AlphaJack <alphajack at tuta dot io>
pkgname="pix2tex"
-pkgver=0.0.31
-pkgrel=2
+pkgver=0.1.2
+pkgrel=1
pkgdesc="Using a ViT to convert images of equations into LaTeX code"
url="https://github.com/lukas-blecher/LaTeX-OCR"
license=("MIT")
@@ -48,7 +48,7 @@ source=(
"https://github.com/lukas-blecher/LaTeX-OCR/releases/download/v0.0.1/image_resizer.pth"
"https://github.com/lukas-blecher/LaTeX-OCR/releases/download/v0.0.1/weights.pth"
)
-b2sums=('6a4448f7c4bc30105652bce17fbb8235e786f141534a023918397c8e5f776f9abba4282f45d038961306051c94fcb882fa1c6f7df8145875a3511d8c6b7d0004'
+b2sums=('fa7c7f4d8793c5bb24a1232bbfc7b0c34db3f8676851f2adad724f81317f1c635c295080feb527f9007eaac90762cbc2df008ff101cf42918355ad6fb4fd0670'
'f969b612ff8d45cd01818b1239d27443a672b6b88affbb471cac656e968296de29301faf6a793c62c268ad043f7e38f52341bfe3095ea403119f2b057bd7665d'
'64377f93393e0e321abb45ab158016213e292090fdba7579ea4147df880252a260715488fbc379c83c330df50209758a1939700ea874c14c73bbe5afacc9051c')
noextract=("${pkgname//-/_}-$pkgver-py3-none-any.whl")