From 06a76442fa8de4a9975266a4eca7fb2a953f5244 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 23 Oct 2013 01:11:11 -0700 Subject: Wed Oct 23 01:09:43 PDT 2013 --- community/spacefm/PKGBUILD | 8 ++++---- community/spacefm/spacefm.install | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'community/spacefm') diff --git a/community/spacefm/PKGBUILD b/community/spacefm/PKGBUILD index 50a3db338..c0b4f49b5 100644 --- a/community/spacefm/PKGBUILD +++ b/community/spacefm/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 86533 2013-03-18 17:58:18Z bpiotrowski $ +# $Id: PKGBUILD 99024 2013-10-22 17:56:30Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/ # Contributor: ridikulus_rat pkgname=spacefm -pkgver=0.8.7 +pkgver=0.9.0 pkgrel=1 pkgdesc='Multi-panel tabbed file manager' arch=('i686' 'x86_64') @@ -20,8 +20,8 @@ optdepends=('lsof: device processes' 'udevil: mount as non-root user and mount networks' 'udisks: mount as non-root user' 'udisks2: mount as non-root user') -source=(https://raw.github.com/IgnorantGuru/$pkgname/master/packages/$pkgver/$pkgname-$pkgver.tar.xz) -sha256sums=('3e48f276df4505b69d24fbeb4b5a869cf316503e2395bef467a29a5207b23947') +source=(https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz) +sha256sums=('cca3fcfecd148dca165a71bb14c66c8b29ae7a488a98b9e9662ae4b686b2c01b') build() { cd $srcdir/$pkgname-$pkgver diff --git a/community/spacefm/spacefm.install b/community/spacefm/spacefm.install index f2954aa73..76a5d56b9 100644 --- a/community/spacefm/spacefm.install +++ b/community/spacefm/spacefm.install @@ -1,8 +1,8 @@ post_install() { - update-mime-database usr/share/mime > /dev/null + update-mime-database /usr/share/mime > /dev/null update-desktop-database -q gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor - [ -d /usr/share/icons/Faenza ] && gtk-update-icon-cache -q -t -f /usr/share/icons/Faenza + [[ -d /usr/share/icons/Faenza ]] && gtk-update-icon-cache -q -t -f /usr/share/icons/Faenza } post_upgrade() { -- cgit v1.2.3-54-g00ecf