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 d148435a19bc..39d35ae8c0c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bruce Zhang <zttt183525594 [at] gmail [dot] com>
pkgname=fastocr
_reponame=FastOCR
-pkgver=0.3.1
+pkgver=0.3.4
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=('fff31f3db52bb688e3555e0bec6b77cd9b86fc8ad41923a41b3f3d3caa231a3d')
+sha256sums=('6818c689c6c0bac152660bef042c314a1da15ebeb390e3b488113b69258cc720')
build() {
cd "$srcdir/$_reponame-$pkgver"