summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFortin2018-02-22 16:05:30 +0100
committerFortin2018-02-22 16:05:30 +0100
commit924fe69cf15b32c532b11618442086dab3c2524c (patch)
tree85b0ac5e8bdea4474edbc456785e37559cc83550
parent020ef471374ff9dca89260ad65a8c6f014a860c5 (diff)
downloadaur-924fe69cf15b32c532b11618442086dab3c2524c.tar.gz
qarte updated to 4.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b17ce4bd503..5ba97c5071cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = qarte
pkgdesc = Allow you to browse into the archive of arte+7 & arteLiveWeb sites and to record your prefered videos.
- pkgver = 3.13.0
+ pkgver = 4.0.0
pkgrel = 1
url = https://launchpad.net/qarte
arch = any
license = GPL3
depends = qt5-translations
depends = python-pyqt5
+ depends = qt5-svg
+ depends = qt5-multimedia
optdepends = cronie: for differed download
- source = http://ppa.launchpad.net/vincent-vandevyvre/vvv/ubuntu/pool/main/q/qarte/qarte_3.13.0.orig.tar.gz
- sha256sums = 39db287430f9f2d040b19195a625dcfde5c876981e5f9aa87a03a085cd75a7ca
+ source = http://ppa.launchpad.net/vincent-vandevyvre/vvv/ubuntu/pool/main/q/qarte/qarte_4.0.0.orig.tar.gz
+ sha256sums = d89364f21c9d8189694e12ace18ebfab96dcafa9880a7aa340f8c7c7d009357a
pkgname = qarte
diff --git a/PKGBUILD b/PKGBUILD
index db88e0fe8476..7b32b8221278 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Sylvain F <thektalog@free.fr>
# Maintainer : Florent H. CARRÉ <colundrum@gmail.com>
pkgname=qarte
-pkgver=3.13.0
+pkgver=4.0.0
pkgrel=1
pkgdesc='Allow you to browse into the archive of arte+7 & arteLiveWeb sites and to record your prefered videos.'
url='https://launchpad.net/qarte'
arch=('any')
license=('GPL3')
source=(http://ppa.launchpad.net/vincent-vandevyvre/vvv/ubuntu/pool/main/q/qarte/${pkgname}_${pkgver}.orig.tar.gz)
-depends=('qt5-translations' 'python-pyqt5')
+depends=('qt5-translations' 'python-pyqt5' 'qt5-svg' 'qt5-multimedia')
optdepends=('cronie: for differed download')
-sha256sums=('39db287430f9f2d040b19195a625dcfde5c876981e5f9aa87a03a085cd75a7ca')
+sha256sums=('d89364f21c9d8189694e12ace18ebfab96dcafa9880a7aa340f8c7c7d009357a')
package() {
cd $pkgname-$pkgver