summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Chernyshyk2019-01-24 09:30:51 +0200
committerGennadiy Chernyshyk2019-01-24 09:30:51 +0200
commit736ca12e9d07c4b276a6545d88e52c75b7584f6c (patch)
tree8cb99dc07ecae4f991efb330fb855830add995e1
parent2599a7035bb32a49f820ad5a9a69bb6164279f8b (diff)
downloadaur-736ca12e9d07c4b276a6545d88e52c75b7584f6c.tar.gz
Add qt5-svg to depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index accb7dbb7d84..c4834be77cd9 100644
--- 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 = 1.0.1.r1.g327fb6c
+ pkgver = 2.1.0.r11.ge4bbef1
pkgrel = 1
url = https://github.com/Shatur95/crow-translate
arch = x86_64
@@ -8,6 +8,7 @@ pkgbase = crow-translate-git
makedepends = qt5-tools
makedepends = git
depends = qt5-base
+ depends = qt5-svg
depends = qt5-multimedia
depends = qt5-x11extras
depends = gst-plugins-good
diff --git a/PKGBUILD b/PKGBUILD
index 4bab92297223..93231c07a5a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Shatur <genaloner@gmail.com>
pkgname=crow-translate-git
-pkgver=1.0.1.r1.g327fb6c
+pkgver=2.1.0.r11.ge4bbef1
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/Shatur95/crow-translate"
license=('GPL3')
-depends=('qt5-base' 'qt5-multimedia' 'qt5-x11extras' 'gst-plugins-good' 'openssl')
+depends=('qt5-base' 'qt5-svg' 'qt5-multimedia' 'qt5-x11extras' 'gst-plugins-good' 'openssl')
makedepends=('qt5-tools' 'git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")