summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVirtualTam2015-09-16 01:38:04 +0200
committerVirtualTam2015-09-16 01:38:04 +0200
commite7dc2b8daea03cd394ec7876523b2d3f7461c873 (patch)
treeb37308c7947b743e9830bc40cae08696f698e84c
parent90c59c5264d97cc757f45f4b61da219a19d9af73 (diff)
downloadaur-e7dc2b8daea03cd394ec7876523b2d3f7461c873.tar.gz
Goldendict-Qt5: update dependency array
Kudos to @mchladek ;-) Signed-off-by: VirtualTam <virtualtam@flibidi.net>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9aab75f4399c..245234e77872 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = goldendict-qt5-git
pkgdesc = Feature-rich dictionary lookup program.
pkgver = 1.5.0.RC.550.g1df1b3d
- pkgrel = 1
+ pkgrel = 2
url = http://goldendict.org/
arch = i686
arch = x86_64
@@ -15,7 +15,9 @@ pkgbase = goldendict-qt5-git
depends = libxtst
depends = lzo2
depends = qt5-base
+ depends = qt5-tools
depends = qt5-webkit
+ depends = qt5-x11extras
depends = zlib
provides = goldendict
conflicts = goldendict
diff --git a/PKGBUILD b/PKGBUILD
index 0ad4dfe497dc..01afba47a990 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
# Contributor: Eugene Yudin aka Infy <Eugene dot Yudin at gmail dot com>
pkgname=goldendict-qt5-git
pkgver=1.5.0.RC.550.g1df1b3d
-pkgrel=1
+pkgrel=2
pkgdesc="Feature-rich dictionary lookup program."
arch=('i686' 'x86_64')
url="http://goldendict.org/"
license=('GPL3')
-depends=('ffmpeg' 'hunspell' 'libao' 'libeb' 'libvorbis' 'libxtst' 'lzo2' 'qt5-base' 'qt5-webkit' 'zlib')
+depends=('ffmpeg' 'hunspell' 'libao' 'libeb' 'libvorbis' 'libxtst' 'lzo2'
+ 'qt5-base' 'qt5-tools' 'qt5-webkit' 'qt5-x11extras' 'zlib')
makedepends=('git')
conflicts=('goldendict' 'goldendict-svn' 'goldendict-git-opt')
provides=('goldendict')