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 07393b5b0f86..9d8beec96b79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Jake Mannens <jakem_5@hotmail.com>
pkgname=ocrf
-pkgver=0.1
+pkgver=0.2
pkgrel=1
pkgdesc="Optical character recognition search engine/indexer"
arch=('any')
@@ -8,7 +8,7 @@ url="https://gitlab.com/plasmicplexus/ocrf"
license=('GPL3')
depends=('tesseract')
source=("https://gitlab.com/plasmicplexus/ocrf/-/archive/$pkgver/ocrf-$pkgver.tar.gz")
-md5sums=("220991c8adc528368bbdec17bb98a4ee")
+md5sums=("5a93c68a365d132f46d389b90322a651")
package() {
cd "$pkgname-$pkgver"