summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShatur952021-05-25 09:11:33 +0300
committerShatur952021-05-25 09:11:33 +0300
commit42ee7978a6d4a155a67588cd66be19095f87c9b5 (patch)
treebbb51d7adb969df47cfdad38d3b201bd8a6d8886
parent4a69c4559b5e1036486c9f73c8957108d3c82a0f (diff)
downloadaur-42ee7978a6d4a155a67588cd66be19095f87c9b5.tar.gz
Update to 2.3.3
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0011bb3d021d..493b2e82640b 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crow-translate
pkgdesc = A simple and lightweight translator that allows to translate and say selected text using Google, Yandex and Bing translate API
- pkgver = 2.8.2
+ pkgver = 2.8.3
pkgrel = 1
url = https://github.com/crow-translate/crow-translate
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = crow-translate
depends = gst-plugins-good
depends = openssl
depends = tesseract
- source = crow-translate-2.8.2.tar.gz::https://github.com/crow-translate/crow-translate/archive/2.8.2.tar.gz
- sha256sums = 2680c8fc22b340fbfe92cc153cfc02743585055530e4ae1e74b9c72ef14aedfa
+ source = crow-translate-2.8.3.tar.gz::https://github.com/crow-translate/crow-translate/archive/2.8.3.tar.gz
+ sha256sums = 1b2607ca89bf53d8907638028534de4a1f4394146cc2c9f85ffed4aded73d8b5
pkgname = crow-translate
diff --git a/PKGBUILD b/PKGBUILD
index 2d3660842083..943f72c1e7b6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Shatur95 <genaloner@gmail.com>
pkgname=crow-translate
-pkgver=2.8.2
+pkgver=2.8.3
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 aarch64)
@@ -10,7 +10,7 @@ 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=(2680c8fc22b340fbfe92cc153cfc02743585055530e4ae1e74b9c72ef14aedfa)
+sha256sums=(1b2607ca89bf53d8907638028534de4a1f4394146cc2c9f85ffed4aded73d8b5)
build() {
cd $pkgname-$pkgver