diff options
-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 |