diff options
author | root <root@rshg054.dnsready.net> | 2013-07-23 01:23:27 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-23 01:23:27 -0700 |
commit | 113b1085958460c3c47be9d93c1b851f60d5d662 (patch) | |
tree | 27457555c3f1cf51a08dd7f25ee63d4303623b1b /community/pcmanfm/PKGBUILD | |
parent | 5072cee45a3dc5638ba936dfb4e717bf918b6d06 (diff) |
Tue Jul 23 01:22:55 PDT 2013
Diffstat (limited to 'community/pcmanfm/PKGBUILD')
-rw-r--r-- | community/pcmanfm/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/pcmanfm/PKGBUILD b/community/pcmanfm/PKGBUILD index 70d01156c..781a46f6b 100644 --- a/community/pcmanfm/PKGBUILD +++ b/community/pcmanfm/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 79229 2012-11-01 10:32:52Z bpiotrowski $ +# $Id: PKGBUILD 94411 2013-07-22 20:03:04Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com> # Contributor: Unknown47 <unknown47r@gmail.com> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Juergen Hoetzel <juergen@archlinux.org> pkgname=pcmanfm -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=1 pkgdesc="An extremely fast and lightweight file manager" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data') makedepends=('intltool' 'pkgconfig') install=$pkgname.install source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.gz) -md5sums=('af0cff78690e658f3c06ceabf27bc71a') +md5sums=('853ef5e3eba6bf36e15985bfe3170456') build() { cd $srcdir/$pkgname-$pkgver |