summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77b89cd799e3..49eba100c03c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer : Florent H. CARRÉ <colundrum@gmail.com>
pkgname=qarte
pkgver=4.9.0
-pkgrel=1
+pkgrel=2
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')
@@ -15,6 +15,8 @@ sha256sums=('3d2288427c02a5391f47b04b59ab08fd77962b44f83b3f31af1d54bf2057d336')
package() {
cd $pkgname-$pkgver
+ rm -r "debian"
+
install -Dm755 qarte "$pkgdir"/usr/bin/qarte
install -Dm644 qarte.1 "$pkgdir"/usr/share/man/man1/qarte.1
install -Dm644 q_arte.desktop "$pkgdir"/usr/share/applications/q_arte.desktop