summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorent H. CARRÉ2016-07-05 18:58:34 +0200
committerFlorent H. CARRÉ2016-07-05 18:58:34 +0200
commiteb08fc3bf910f274e21a317f7ade5084c4ed42f8 (patch)
tree9b6823127a44b0d3b51c7e5eeb00cb953fd52db5
parentc7f42cedba467b51f8c28a08761b938f2e9e1344 (diff)
downloadaur-eb08fc3bf910f274e21a317f7ade5084c4ed42f8.tar.gz
add dependency : qt5-translations
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72ee4b7a6e07..1200a7827943 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jun 29 14:11:03 UTC 2016
+# Tue Jul 5 16:56:52 UTC 2016
pkgbase = qarte
pkgdesc = Allow you to browse into the archive of arte+7 & arteLiveWeb sites and to record your prefered videos.
pkgver = 3.0.4
@@ -8,6 +8,7 @@ pkgbase = qarte
arch = i686
arch = x86_64
license = GPL3
+ depends = qt5-translations
depends = python-pyqt5
optdepends = cronie: for differed download
source = http://ppa.launchpad.net/vincent-vandevyvre/vvv/ubuntu/pool/main/q/qarte/qarte_3.0.4.orig.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 54a87f5f6500..900114040f68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url='https://launchpad.net/qarte'
arch=('i686' 'x86_64')
license=('GPL3')
source=(http://ppa.launchpad.net/vincent-vandevyvre/vvv/ubuntu/pool/main/q/qarte/${pkgname}_${pkgver}.orig.tar.gz)
-depends=('python-pyqt5')
+depends=('qt5-translations' 'python-pyqt5')
optdepends=('cronie: for differed download')
md5sums=('5f84ef5b5e64a75ac90aab3cbf8a1e62')