[arch-commits] Commit in openshot/trunk (PKGBUILD openshot.install)

Florian Pritz bluewind at nymeria.archlinux.org
Mon Sep 16 08:04:43 UTC 2013


    Date: Monday, September 16, 2013 @ 10:04:43
  Author: bluewind
Revision: 97284

upgpkg: openshot 1.4.3-3

pillow rebuild

Modified:
  openshot/trunk/PKGBUILD
  openshot/trunk/openshot.install

------------------+
 PKGBUILD         |    4 ++--
 openshot.install |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-16 07:39:59 UTC (rev 97283)
+++ PKGBUILD	2013-09-16 08:04:43 UTC (rev 97284)
@@ -4,13 +4,13 @@
 
 pkgname=openshot
 pkgver=1.4.3
-pkgrel=2
+pkgrel=3
 pkgdesc="an open-source, non-linear video editor for Linux based on MLT framework"
 arch=('any')
 url="http://www.openshotvideo.com/"
 license=('GPL')
 depends=('mlt-python-bindings' 'pygoocanvas' 'sdl' 'librsvg' 'mplayer'
-	 'pyxdg' 'pygtk' 'python2-httplib2' 'python-imaging')
+	 'pyxdg' 'pygtk' 'python2-httplib2' 'python2-pillow')
 optdepends=('dvgrab: for IEEE digital sources'
 	    'libquicktime' 'libavc1394' 'faac' 'jack' 'jack-rack' 'ladspa')
 install=openshot.install

Modified: openshot.install
===================================================================
--- openshot.install	2013-09-16 07:39:59 UTC (rev 97283)
+++ openshot.install	2013-09-16 08:04:43 UTC (rev 97284)
@@ -1,5 +1,6 @@
 post_install() {
     update-mime-database usr/share/mime &>/dev/null
+	update-desktop-database -q
 }
 
 post_upgrade() {




More information about the arch-commits mailing list