Date: Friday, February 18, 2011 @ 02:44:40
  Author: andrea
Revision: 110242

upgpkg: arora 0.11.0-2
build cache database of MIME types after installation (FS#22943); cleanup 
dependencies

Modified:
  arora/trunk/PKGBUILD
  arora/trunk/arora.install

---------------+
 PKGBUILD      |    7 ++++---
 arora.install |    3 ++-
 2 files changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-02-18 05:04:20 UTC (rev 110241)
+++ PKGBUILD    2011-02-18 07:44:40 UTC (rev 110242)
@@ -1,15 +1,16 @@
 # $Id$
+# Maintainer:
 # Contributor: Pierre Schmitz <pie...@archlinux.de>
-# Maintainer: Daniel J Griffiths <ghost1...@archlinux.us>
+# Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
 
 pkgname=arora
 pkgver=0.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A cross platform web browser built using Qt and WebKit'
 arch=('i686' 'x86_64')
 url='http://www.arora-browser.org'
 license=('GPL')
-depends=('qt' 'openssl' 'xdg-utils')
+depends=('qt' 'desktop-file-utils')
 install='arora.install'
 source=("http://arora.googlecode.com/files/arora-${pkgver}.tar.gz";)
 md5sums=('64334ce4198861471cad9316d841f0cb')

Modified: arora.install
===================================================================
--- arora.install       2011-02-18 05:04:20 UTC (rev 110241)
+++ arora.install       2011-02-18 07:44:40 UTC (rev 110242)
@@ -1,5 +1,6 @@
 post_install() {
-       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
 }
 
 post_upgrade() {

Reply via email to