summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFortin2020-05-27 22:23:31 +0200
committerFortin2020-05-27 22:23:31 +0200
commit5a0e72940d766b1c8bae4d888de57d2e560c804e (patch)
tree807e58ffc821ea044f69366b06a927f9a0dd7e2f /PKGBUILD
parentd153c87f2a15ebac1b726e1a778b908f785af87f (diff)
downloadaur-5a0e72940d766b1c8bae4d888de57d2e560c804e.tar.gz
upgrade qarte to 4.10.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49eba100c03c..13d944207608 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sylvain F <thektalog@free.fr>
# Maintainer : Florent H. CARRÉ <colundrum@gmail.com>
pkgname=qarte
-pkgver=4.9.0
-pkgrel=2
+pkgver=4.10.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')
@@ -10,12 +10,12 @@ license=('GPL3')
source=(http://www.oqapy.eu/releases/${pkgname}-${pkgver}.tar.gz)
depends=('qt5-translations' 'python-pyqt5' 'qt5-svg' 'qt5-multimedia')
optdepends=('cronie: for differed download')
-sha256sums=('3d2288427c02a5391f47b04b59ab08fd77962b44f83b3f31af1d54bf2057d336')
+sha256sums=('ca3cfee59eee89c2e43bd7b174fd8e2c272261d23b40de7a4a97716dc682c716')
package() {
cd $pkgname-$pkgver
- rm -r "debian"
+ #rm -r "debian"
install -Dm755 qarte "$pkgdir"/usr/bin/qarte
install -Dm644 qarte.1 "$pkgdir"/usr/share/man/man1/qarte.1