summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16990c07a6eb..2f7fc06d7957 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = crow-translate
pkgdesc = A simple and lightweight translator that allows you to translate and speak text using Google, Yandex Bing, LibreTranslate and Lingva
pkgver = 2.11.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/crow-translate/crow-translate
arch = x86_64
arch = aarch64
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = qt5-tools
makedepends = extra-cmake-modules
depends = qt5-svg
diff --git a/PKGBUILD b/PKGBUILD
index 77a58f116299..ff8cb102984a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=crow-translate
pkgver=2.11.1
-pkgrel=1
+pkgrel=2
pkgdesc='A simple and lightweight translator that allows you to translate and speak text using Google, Yandex Bing, LibreTranslate and Lingva'
arch=(x86_64 aarch64)
url=https://github.com/crow-translate/crow-translate
-license=(GPL3)
+license=(GPL-3.0-or-later)
depends=(qt5-svg qt5-multimedia qt5-x11extras kwayland5 gst-plugins-good openssl tesseract)
makedepends=(qt5-tools extra-cmake-modules)
source=($pkgname-$pkgver.tar.gz::$url/releases/download/$pkgver/$pkgname-$pkgver-source.tar.gz)