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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Mon Dec 16 19:47:30 UTC 2013


    Date: Monday, December 16, 2013 @ 20:47:29
  Author: svenstaro
Revision: 102616

upgpkg: love 0.9.0-2

Fix FS#38163

Modified:
  love/trunk/PKGBUILD
  love/trunk/love.install

--------------+
 PKGBUILD     |    2 +-
 love.install |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-16 19:28:33 UTC (rev 102615)
+++ PKGBUILD	2013-12-16 19:47:29 UTC (rev 102616)
@@ -3,7 +3,7 @@
 # Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze
 pkgname=love
 pkgver=0.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An open-source 2D game engine which uses the versatile Lua scripting language to create dynamic gaming experiences"
 arch=(i686 x86_64)
 url="http://love2d.org/"

Modified: love.install
===================================================================
--- love.install	2013-12-16 19:28:33 UTC (rev 102615)
+++ love.install	2013-12-16 19:47:29 UTC (rev 102616)
@@ -1,6 +1,6 @@
 post_install() {
   update-desktop-database -q
-  update-mime-database usr/share/mime
+  update-mime-database usr/share/mime &> /dev/null
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 




More information about the arch-commits mailing list