diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-27 12:52:56 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-27 12:52:56 -0300 |
commit | 78e579460b6f67a777a72232903eb7eaf84c945f (patch) | |
tree | 13403c8933fd3ea439b3d5734a5a3d0d7b04e386 /community/spacefm | |
parent | 45109aea7693acc9077824a431e17110d21ed6b3 (diff) | |
parent | c008601effc878e60852f7928ddadcf5a16eb851 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/spacefm/PKGBUILD
extra/eina/PKGBUILD
extra/kdeplasma-addons/PKGBUILD
Diffstat (limited to 'community/spacefm')
-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 a5ef3c5a4..8210de87c 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' 'mips64el') 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 |