summaryrefslogtreecommitdiff
path: root/extra/kino/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/kino/PKGBUILD')
-rw-r--r--extra/kino/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/extra/kino/PKGBUILD b/extra/kino/PKGBUILD
index f283fe014..2a9681e31 100644
--- a/extra/kino/PKGBUILD
+++ b/extra/kino/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 141051 2011-10-22 15:12:07Z andrea $
+# $Id: PKGBUILD 141101 2011-10-23 23:38:04Z andrea $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Robert Emil Berge <robert@rebi.no>
pkgname=kino
pkgver=1.3.4
-pkgrel=3
+pkgrel=4
pkgdesc="A non-linear DV editor"
arch=('i686' 'x86_64')
url="http://www.kinodv.org/"
@@ -31,4 +31,7 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
+
+ # Fix permissions
+ chown -R root:root "${pkgdir}/usr/share/kino/help"
}