diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-10-26 11:56:16 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-10-26 11:56:16 -0300 |
commit | 8bdddf0c9d5b345120c8d2514131623ba1dcb13a (patch) | |
tree | c295c03679e64653c44785e6fed1d3e8d0aacabd /community/spacefm | |
parent | ef3f5c5ef898f48c463c4dbe28a9367201437f34 (diff) | |
parent | ff20b83d60041f745a579e10770706b0b49d5617 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
core/systemd/PKGBUILD
extra/physfs/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 3aa38997a..a5ef3c5a4 100644 --- a/community/spacefm/PKGBUILD +++ b/community/spacefm/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 78679 2012-10-22 19:59:29Z bpiotrowski $ +# $Id: PKGBUILD 78846 2012-10-25 18:08:49Z 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.1 +pkgver=0.8.2 pkgrel=1 pkgdesc='A multi-panel tabbed file manager' arch=('i686' 'x86_64' 'mips64el') url='http://ignorantguru.github.com/spacefm/' -license=('GPL2') +license=('GPL3') install=$pkgname.install depends=('gtk2' 'shared-mime-info' 'desktop-file-utils' 'startup-notification' 'udev') makedepends=('intltool' 'gettext') @@ -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=('4120611f138b3dd530d8f65319366ba1') +md5sums=('fbae23404d44a7eea5453217f0102eb7') build() { cd $srcdir/$pkgname-$pkgver |