summaryrefslogtreecommitdiff
path: root/community/spacefm
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-23 01:11:11 -0700
committerroot <root@rshg054.dnsready.net>2013-10-23 01:11:11 -0700
commit06a76442fa8de4a9975266a4eca7fb2a953f5244 (patch)
tree7b783eeb28c401d172561db419f82783f4380b34 /community/spacefm
parentd5839dd449651d7781de570240f3d0a1a9162320 (diff)
Wed Oct 23 01:09:43 PDT 2013
Diffstat (limited to 'community/spacefm')
-rw-r--r--community/spacefm/PKGBUILD8
-rw-r--r--community/spacefm/spacefm.install4
2 files changed, 6 insertions, 6 deletions
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 <nospam@bpiotrowski.pl>
# Contributor: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/
# Contributor: ridikulus_rat <the.ridikulus.rat@gmail.com>
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() {