diff options
Diffstat (limited to 'community/pcmanfm/PKGBUILD')
-rw-r--r-- | community/pcmanfm/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/pcmanfm/PKGBUILD b/community/pcmanfm/PKGBUILD index 6fdb40e25..b9bdfbf44 100644 --- a/community/pcmanfm/PKGBUILD +++ b/community/pcmanfm/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 111066 2014-05-12 19:35:38Z bgyorgy $ +# $Id: PKGBUILD 115328 2014-07-08 18:27:38Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org> # Contributor: Unknown47 <unknown47r@gmail.com> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Juergen Hoetzel <juergen@archlinux.org> pkgname=pcmanfm -pkgver=1.2.0 -pkgrel=2 +pkgver=1.2.1 +pkgrel=1 pkgdesc='Extremely fast and lightweight file manager' arch=('i686' 'x86_64') url='http://pcmanfm.sourceforge.net/' @@ -18,7 +18,7 @@ optdepends=('gvfs: for trash support, mounting with udisks and remote filesystem 'udisks: alternative for mounting volumes') install=$pkgname.install source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz) -md5sums=('11d59a492c9802866279a6e7e2b3f49e') +md5sums=('66e634aff37dbc6d7204570df041152f') build() { cd $pkgname-$pkgver |