diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-02 09:38:50 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-02 09:38:50 +0200 |
commit | b4e4bd9b44479ab23dbbeaf58ba35e25ff345df1 (patch) | |
tree | 49dafd3110cca5d6f5054d4f9ef04957ec7b53a6 /community/libfm | |
parent | 7d33f92ae992837f61fe5db4535e95dfec6924fa (diff) | |
parent | c9738c6a1d438f30dfa7363aa847343754f953ac (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/fcitx-mozc/PKGBUILD
community/libfm/PKGBUILD
community/sxiv/PKGBUILD
extra/pulseaudio/PKGBUILD
Diffstat (limited to 'community/libfm')
-rw-r--r-- | community/libfm/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libfm/PKGBUILD b/community/libfm/PKGBUILD index 113c5ab6b..c62d65446 100644 --- a/community/libfm/PKGBUILD +++ b/community/libfm/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 80049 2012-11-15 19:06:07Z bpiotrowski $ +# $Id: PKGBUILD 87492 2013-04-01 17:16:51Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com> # Contributor: Unknown47 <unknown47r@gmail.com> # Contributor: Angel Velasquez <angvp@archlinux.org> @@ -6,7 +6,7 @@ pkgname=libfm pkgver=1.1.0 -pkgrel=3.1 +pkgrel=4 pkgdesc='Library for file management' url='http://pcmanfm.sourceforge.net/' arch=('i686' 'x86_64' 'mips64el') @@ -14,7 +14,7 @@ license=('GPL') groups=('lxde') options=('!libtool') install=libfm.install -depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks' 'desktop-file-utils' 'vala') +depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks' 'desktop-file-utils') source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz) md5sums=('a5bc8b8291cf810c659bfb3af378b5de') |