summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShatur952021-03-12 23:10:01 +0200
committerShatur952021-03-12 23:10:01 +0200
commit0bb468fbc9074ef1ede8cd0426a3e1d660f7a841 (patch)
tree090dfb2ef5e4ea8fb5f821a56a2d9e99704fee11 /PKGBUILD
parente1e787c3894b5ffaf984f1595cbd3ba2a3c86e97 (diff)
downloadaur-0bb468fbc9074ef1ede8cd0426a3e1d660f7a841.tar.gz
Update to 2.8.0
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7261562d9a4c..989353dde0dd 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Shatur95 <genaloner@gmail.com>
pkgname=crow-translate
-pkgver=2.7.1
+pkgver=2.8.0
pkgrel=1
pkgdesc='A simple and lightweight translator that allows to translate and say selected text using Google, Yandex and Bing translate API'
-arch=(x86_64)
+arch=(x86_64 aarch64)
url=https://github.com/crow-translate/crow-translate
license=(GPL3)
depends=(qt5-base qt5-svg qt5-multimedia qt5-x11extras gst-plugins-good openssl tesseract)
makedepends=(git qt5-tools extra-cmake-modules)
source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha256sums=(7018a409ece18212c970fe2702b0033e5a1f2cc3a6b09376a6cde85141de806a)
+sha256sums=(116b99addffafd510d5d9512a86e400b47c538853454f8f3a9b660f8da8b0c1d)
build() {
cd $pkgname-$pkgver