diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-02-27 20:55:01 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 12:21:37 +0200 |
commit | 99e3146a5ca97cb1668a8ca4dc43caf9581c5794 (patch) | |
tree | a5c4f15b18079a55a585be01ec4f644265ab8649 /PKGBUILD | |
parent | bfac9df39b9c26a8a3ee4621f3aa06a6282aafbb (diff) | |
download | pkgbuilds-99e3146a5ca97cb1668a8ca4dc43caf9581c5794.tar.xz |
pcmanfm-git: Use upstream source, include .install file in source array (whops..)
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -3,7 +3,7 @@ pkgname=pcmanfm-git pkgver=git -pkgrel=1 +pkgrel=2 pkgdesc="An extremely fast, lightweight, yet feature-rich file manager with tabbed browsing" arch=('i686' 'x86_64') url="http://pcmanfm.sourceforge.net/" @@ -15,8 +15,9 @@ optdepends=('gvfs: mounting of local and remote drives' provides=('pcmanfm') conflicts=('pcmanfm') install=pcmanfm.install -source=('git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/pcmanfm') -md5sums=('SKIP') +source=('git://git.lxde.org/git/lxde/pcmanfm' 'pcmanfm.install') +md5sums=('SKIP' + 'fc9ea2af71f55f32c8b22bf5ea879e69') pkgver() { cd pcmanfm |