summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShatur952020-10-12 10:27:55 +0300
committerShatur952020-10-12 10:27:55 +0300
commit03fae4e7e6380ab6ddc2c53ba66889171c44ba5d (patch)
tree4a3490c04576d57dbb0e2be17f62766f7fd79f5d
parent278e9e2d593dd05098714466f9f1bc04d62f0108 (diff)
downloadaur-03fae4e7e6380ab6ddc2c53ba66889171c44ba5d.tar.gz
Add Tesseract dependency
-rwxr-xr-x.SRCINFO3
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc0dfc1f2274..65ea96aa0d60 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crow-translate-git
pkgdesc = A simple and lightweight translator that allows to translate and say selected text using the Google Translate API and much more
- pkgver = 2.3.2.r1.g2a3aa55
+ pkgver = 2.5.1.r20.g8ec9a64
pkgrel = 1
url = https://github.com/crow-translate/crow-translate
arch = x86_64
@@ -14,6 +14,7 @@ pkgbase = crow-translate-git
depends = qt5-x11extras
depends = gst-plugins-good
depends = openssl
+ depends = tesseract
provides = crow-translate
conflicts = crow-translate
source = git+https://github.com/crow-translate/crow-translate
diff --git a/PKGBUILD b/PKGBUILD
index 8d22009aeda3..290e88127c6f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Shatur <genaloner@gmail.com>
pkgname=crow-translate-git
-pkgver=2.3.2.r1.g2a3aa55
+pkgver=2.5.1.r20.g8ec9a64
pkgrel=1
pkgdesc='A simple and lightweight translator that allows to translate and say selected text using the Google Translate API and much more'
arch=(x86_64)
url=https://github.com/crow-translate/crow-translate
license=(GPL3)
-depends=(qt5-base qt5-svg qt5-multimedia qt5-x11extras gst-plugins-good openssl)
+depends=(qt5-base qt5-svg qt5-multimedia qt5-x11extras gst-plugins-good openssl tesseract)
makedepends=(extra-cmake-modules qt5-tools git)
provides=(${pkgname%-git})
conflicts=(${pkgname%-git})