diff options
Diffstat (limited to 'community/spacefm/PKGBUILD')
-rw-r--r-- | community/spacefm/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/spacefm/PKGBUILD b/community/spacefm/PKGBUILD index 561b2ef5b..ff3588e52 100644 --- a/community/spacefm/PKGBUILD +++ b/community/spacefm/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 78846 2012-10-25 18:08:49Z bpiotrowski $ +# $Id: PKGBUILD 80587 2012-11-26 14:57:25Z 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.2 +pkgver=0.8.3 pkgrel=1 -pkgdesc='A multi-panel tabbed file manager' +pkgdesc='Multi-panel tabbed file manager' arch=('i686' 'x86_64') url='http://ignorantguru.github.com/spacefm/' license=('GPL3') @@ -22,7 +22,7 @@ optdepends=('lsof: device processes' 'udisks: mount as non-root user' 'udisks2: mount as non-root user') source=(https://raw.github.com/IgnorantGuru/spacefm/master/packages/${pkgver}/spacefm-${pkgver}.tar.xz) -md5sums=('fbae23404d44a7eea5453217f0102eb7') +md5sums=('247165245bb3d6f5afbff07649fe8f57') build() { cd $srcdir/$pkgname-$pkgver |