summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor Behan2016-04-28 13:06:22 -0400
committerConnor Behan2016-04-28 13:06:22 -0400
commit5588384f9313c37c4117d9f378c84d4bf7805a56 (patch)
treeaeff68677f61d780279c896f90bf684beb32dffc
parentdf6dcf237103a72fdca45ebbed1b2a3bbbba5e03 (diff)
downloadaur-kino.tar.gz
Update to 1.3.4-6
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--kino.install13
3 files changed, 2 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a790482d0f51..03f5761769ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = kino
pkgdesc = A non-linear DV editor
pkgver = 1.3.4
- pkgrel = 5
+ pkgrel = 6
url = http://www.kinodv.org/
- install = kino.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index ae30de856f5e..0b253ba400d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,13 @@
pkgname=kino
pkgver=1.3.4
-pkgrel=5
+pkgrel=6
pkgdesc="A non-linear DV editor"
arch=('i686' 'x86_64')
url="http://www.kinodv.org/"
license=('GPL')
depends=('libavc1394' 'libiec61883' 'libdv' 'libglade' 'libxv' 'libsamplerate' 'libsm' 'desktop-file-utils')
makedepends=('intltool' 'v4l-utils')
-install=kino.install
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"
'videodev-header.patch')
md5sums=('52f8ce690e45a089e3edc6c7af61a05c'
diff --git a/kino.install b/kino.install
deleted file mode 100644
index 83b78df923e7..000000000000
--- a/kino.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- update-mime-database usr/share/mime 1> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- update-mime-database usr/share/mime 1> /dev/null
- update-desktop-database -q
-}