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

Eric Bélanger eric at archlinux.org
Sat Feb 19 06:36:31 UTC 2011


    Date: Saturday, February 19, 2011 @ 01:36:31
  Author: eric
Revision: 110386

upgpkg: banshee 1.8.1-1
Upstream update, Made .install file quieter

Modified:
  banshee/trunk/PKGBUILD
  banshee/trunk/banshee.install

-----------------+
 PKGBUILD        |    8 +++++---
 banshee.install |    2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-19 06:06:02 UTC (rev 110385)
+++ PKGBUILD	2011-02-19 06:36:31 UTC (rev 110386)
@@ -1,9 +1,10 @@
 # $Id$
 # Contributor: György Balló <ballogy at freestart.hu>
+
 pkgname=banshee
 _pkgname=banshee-1
-pkgver=1.8.0
-pkgrel=2
+pkgver=1.8.1
+pkgrel=1
 pkgdesc="Music management and playback for GNOME"
 arch=('i686' 'x86_64')
 url="http://banshee.fm/"
@@ -18,7 +19,8 @@
 options=('!libtool')
 install=$pkgname.install
 source=(http://download.banshee.fm/$pkgname/stable/$pkgver/$_pkgname-$pkgver.tar.bz2)
-sha256sums=('321a5ee45c0e6b0df0e7767512ad5466773fb53dc0aaef491db0ec68377896af')
+md5sums=('15311add4f943300701d7da3b488452e')
+sha1sums=('534f42be30f875560c95ab059cec6d46254df9ba')
 
 build() {
   export MONO_SHARED_DIR="$srcdir/.wabi"

Modified: banshee.install
===================================================================
--- banshee.install	2011-02-19 06:06:02 UTC (rev 110385)
+++ banshee.install	2011-02-19 06:36:31 UTC (rev 110386)
@@ -2,7 +2,7 @@
 
 post_install() {
   update-desktop-database -q
-  update-mime-database usr/share/mime
+  update-mime-database usr/share/mime &> /dev/null
   xdg-icon-resource forceupdate
 }
 




More information about the arch-commits mailing list