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 8a954fa9b8a0..6c1039c0f1c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bruce Zhang <zttt183525594 [at] gmail [dot] com>
pkgname=fastocr
_reponame=FastOCR
-pkgver=0.2.0
+pkgver=0.3.0
pkgrel=1
pkgdesc='FastOCR is a desktop application for OCR API.'
arch=('any')
@@ -11,7 +11,7 @@ depends=('python-pyqt5' 'python-qasync' 'python-aiohttp' 'python-dbus' 'python-c
makedepends=('python-setuptools')
provides=('fastocr')
source=("$pkgname-$pkgver.src.tar.gz::https://github.com/BruceZhang1993/FastOCR/archive/$pkgver.tar.gz")
-sha256sums=('6d6cb7da8fbf6ab3725dcbd4cf072cc783aa50c862273a86abfad98329f19d35')
+sha256sums=('951dc04b3c16d617b0e226ad8e61363de7d75f623f7af678d9b4b1467ef5c860')
build() {
cd "$srcdir/$_reponame-$pkgver"