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 | |
parent | bfac9df39b9c26a8a3ee4621f3aa06a6282aafbb (diff) | |
download | pkgbuilds-99e3146a5ca97cb1668a8ca4dc43caf9581c5794.tar.xz |
pcmanfm-git: Use upstream source, include .install file in source array (whops..)
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 9 insertions, 6 deletions
@@ -1,9 +1,9 @@ # Generated by makepkg 4.2.1 -# Mon Jun 1 13:54:19 UTC 2015 +# Mon Jun 1 13:54:20 UTC 2015 pkgbase = pcmanfm-git pkgdesc = An extremely fast, lightweight, yet feature-rich file manager with tabbed browsing pkgver = git - pkgrel = 1 + pkgrel = 2 url = http://pcmanfm.sourceforge.net/ install = pcmanfm.install arch = i686 @@ -17,8 +17,10 @@ pkgbase = pcmanfm-git optdepends = gnome-menus: applications menu and "Open with..." dialog provides = pcmanfm conflicts = pcmanfm - source = git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/pcmanfm + source = git://git.lxde.org/git/lxde/pcmanfm + source = pcmanfm.install md5sums = SKIP + md5sums = fc9ea2af71f55f32c8b22bf5ea879e69 pkgname = pcmanfm-git @@ -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 |