summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFortin2020-05-10 16:50:06 +0200
committerFortin2020-05-10 16:50:06 +0200
commitd153c87f2a15ebac1b726e1a778b908f785af87f (patch)
tree3267eafae49f9fd2a8e9d873515e489dc5c6ee57
parent80face84f160adb1a22ec4235138c3aef06f4a3e (diff)
downloadaur-d153c87f2a15ebac1b726e1a778b908f785af87f.tar.gz
remove debian folder from package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce02d069e696..442840e6637a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qarte
pkgdesc = Allow you to browse into the archive of arte+7 & arteLiveWeb sites and to record your prefered videos.
pkgver = 4.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://launchpad.net/qarte
arch = any
license = GPL3
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