diff options
Diffstat (limited to 'community/libfm/PKGBUILD')
-rw-r--r-- | community/libfm/PKGBUILD | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/community/libfm/PKGBUILD b/community/libfm/PKGBUILD index 54961036a..34b57619e 100644 --- a/community/libfm/PKGBUILD +++ b/community/libfm/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 111071 2014-05-12 20:48:03Z bgyorgy $ +# $Id: PKGBUILD 115330 2014-07-08 18:30:32Z 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=libfm -pkgver=1.2.0 -pkgrel=5 +pkgver=1.2.1 +pkgrel=1 pkgdesc='Library for file management' url='http://pcmanfm.sourceforge.net/' arch=('i686' 'x86_64') @@ -17,17 +17,8 @@ replaces=('lxshortcut') provides=('lxshortcut') conflicts=('lxshortcut') install=libfm.install -source=(http://downloads.sourceforge.net/pcmanfm/libfm-$pkgver.tar.xz - hide-lxshortcut.patch) -md5sums=('07d1361bc008db46b0fd4c775f5696de' - '49f7f47a3c59c83d1e7a7691eb1cccfe') - -prepare() { - cd $pkgname-$pkgver - - # Hide desktop entry of lxshortcut - patch -Np1 -i ../hide-lxshortcut.patch -} +source=(http://downloads.sourceforge.net/pcmanfm/libfm-$pkgver.tar.xz) +md5sums=('9b4790594c2c80f440ce3238c5774d23') build() { cd $pkgname-$pkgver |