summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShatur952020-11-04 20:34:23 +0200
committerShatur952020-11-04 20:34:23 +0200
commit4afcbb62d8b890de27cf0a39dc7d2a16402e76a2 (patch)
tree13934079cbd0831799cd70a1ecec661d5fb6285d /PKGBUILD
parenteea194c4e062597c6816966f196336da32225072 (diff)
downloadaur-4afcbb62d8b890de27cf0a39dc7d2a16402e76a2.tar.gz
Add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 800918bcae11..93083d6d31d3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=crow-translate
pkgver=2.6.0
-pkgrel=1
+pkgrel=2
pkgdesc='A simple and lightweight translator that allows to translate and say selected text using Google, Yandex and Bing translate API'
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 tesseract)
-makedepends=(qt5-tools extra-cmake-modules)
+makedepends=(git qt5-tools extra-cmake-modules)
source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
sha256sums=(882a92d1ebcfe22fce2c9931be895ac2c8f324e857950a29fabf915f0dc6a0a2)