summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcoolibry2022-07-05 21:07:26 +0200
committercoolibry2022-07-05 21:07:26 +0200
commit1f8fb4e3ca5736f979efa1cbd3d5e034f808dae1 (patch)
tree3067586bb34fcba60e9dc2d5fd9f4cd47f14ba4d
parentc6832699d4bc0a3f77b5f89192e4c00c8927e54f (diff)
downloadaur-1f8fb4e3ca5736f979efa1cbd3d5e034f808dae1.tar.gz
upgrade qarte to 5.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f65dab44ecbf..8a55bf72c842 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qarte
pkgdesc = Allow you to browse into the archive of arte+7 & arteLiveWeb sites and to record your prefered videos.
- pkgver = 5.0.0
+ pkgver = 5.1.0
pkgrel = 1
url = https://launchpad.net/qarte
arch = any
@@ -11,7 +11,7 @@ pkgbase = qarte
depends = qt5-multimedia
depends = python-m3u8
optdepends = cronie: for differed download
- source = http://www.oqapy.eu/releases/qarte-5.0.0.tar.gz
- sha256sums = 72a04a2444aea48fd3300ccb1889dd84f3b0275591bc74690925d005e4bacb4a
+ source = http://www.oqapy.eu/releases/qarte-5.1.0.tar.gz
+ sha256sums = 2f2c702930fffad6f1ae62224b8c4c6d4527aadc3a122d6e6ff715aea88b9fd0
pkgname = qarte
diff --git a/PKGBUILD b/PKGBUILD
index 5749a4ffacec..5e94ec0c2db3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sylvain F <thektalog@free.fr>
# Maintainer : Florent H. CARRÉ <colundrum@gmail.com>
pkgname=qarte
-pkgver=5.0.0
+pkgver=5.1.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'
@@ -10,7 +10,7 @@ license=('GPL3')
source=(http://www.oqapy.eu/releases/${pkgname}-${pkgver}.tar.gz)
depends=('qt5-translations' 'python-pyqt5' 'qt5-svg' 'qt5-multimedia' 'python-m3u8')
optdepends=('cronie: for differed download')
-sha256sums=('72a04a2444aea48fd3300ccb1889dd84f3b0275591bc74690925d005e4bacb4a')
+sha256sums=('2f2c702930fffad6f1ae62224b8c4c6d4527aadc3a122d6e6ff715aea88b9fd0')
package() {
cd $pkgname-$pkgver