summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Zhang2024-01-16 21:58:12 +0800
committerBruce Zhang2024-01-16 21:58:12 +0800
commit2f308b4aa10276f68668416ff2e7d7825b68156e (patch)
treef90f0f6de3ac4797663b6baa9aab665d2bd1a5c0
parent3e5da4745dc6dadec546022c69bc6f27c03d0853 (diff)
downloadaur-fastocr-git.tar.gz
upgpkg: fastocr-git 0.3.7.r19.188a909-2
update license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ded03695f9ca..0fa57f6f8b56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = fastocr-git
pkgrel = 2
url = https://github.com/BruceZhang1993/FastOCR
arch = any
- license = LGPL3
+ license = LGPL-3.0-or-later
makedepends = git
makedepends = python-setuptools
depends = python-pyqt6
diff --git a/PKGBUILD b/PKGBUILD
index 0d98f7521467..5386371ba7d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=2
pkgdesc='FastOCR is a desktop application for OCR API.'
arch=('any')
url='https://github.com/BruceZhang1993/FastOCR'
-license=('LGPL3')
+license=('LGPL-3.0-or-later')
depends=('python-pyqt6' 'python-qasync' 'python-aiohttp' 'python-dbus-next' 'python-click' 'qt6-quickcontrols2')
makedepends=('git' 'python-setuptools') # 'bzr', 'git', 'mercurial' or 'subversion'
provides=('fastocr')