summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Zhang2023-01-01 13:54:18 +0800
committerBruce Zhang2023-01-01 13:54:18 +0800
commitf0a39dfc2a9e750f04cc172179a7ab40339fea59 (patch)
tree212879bacb92d39bce5d0f7756c09af3cf6b1337
parent275d55947a0e025e936f61ea1fbe4294537a867c (diff)
downloadaur-f0a39dfc2a9e750f04cc172179a7ab40339fea59.tar.gz
upgpkg: fastocr 0.3.6-1
upstream release update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac59b572ff2a..f7c57229210a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,12 +6,12 @@ pkgbase = fastocr
arch = any
license = LGPL3
makedepends = python-setuptools
- depends = python-pyqt5
+ depends = python-pyqt6
depends = python-qasync
depends = python-aiohttp
depends = python-dbus
depends = python-click
- depends = qt5-quickcontrols2
+ depends = qt6-quickcontrols2
provides = fastocr
source = fastocr-0.3.6.src.tar.gz::https://github.com/BruceZhang1993/FastOCR/archive/0.3.6.tar.gz
sha256sums = 4311d33b13526885f7689897af6eb9980f417d9a9d7eaebddfe8360126438696
diff --git a/PKGBUILD b/PKGBUILD
index 6b2b78b22f87..d7fc7d9ce37b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='FastOCR is a desktop application for OCR API.'
arch=('any')
url='https://github.com/BruceZhang1993/FastOCR'
license=('LGPL3')
-depends=('python-pyqt5' 'python-qasync' 'python-aiohttp' 'python-dbus' 'python-click' 'qt5-quickcontrols2')
+depends=('python-pyqt6' 'python-qasync' 'python-aiohttp' 'python-dbus' 'python-click' 'qt6-quickcontrols2')
makedepends=('python-setuptools')
provides=('fastocr')
source=("$pkgname-$pkgver.src.tar.gz::https://github.com/BruceZhang1993/FastOCR/archive/$pkgver.tar.gz")