summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Yang2021-01-21 22:44:29 -0600
committerTim Yang2021-01-21 22:44:29 -0600
commit11738f10377e5c8aee6de55b6299d8650f01d733 (patch)
tree037efd6e01937acedfd4090838e55d35a75cd823
parentbed55f43c62331d45ab65d23e29b84996c3a2bfa (diff)
downloadaur-pcmanfm-git.tar.gz
Update to github repo
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD21
2 files changed, 16 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dadba1649ef2..1b3e457a5541 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = pcmanfm-git
- pkgdesc = A fast, lightweight, yet feature-rich file manager with tabbed browsing
- pkgver = r1493.4555839
+ pkgdesc = Extremely fast and lightweight file manager
+ pkgver = r1660.be8c60d
pkgrel = 1
- url = http://pcmanfm.sourceforge.net
+ url = https://lxde.org/
arch = i686
arch = x86_64
license = GPL
makedepends = git
makedepends = intltool
depends = libfm-gtk2
- optdepends = gnome-menus: app menu and "Open with" dialog
- optdepends = lxmenu-data: app menu and "Open with" dialog
+ depends = lxmenu-data
optdepends = gvfs: mount local and remote drives
+ optdepends = xarchiver: manage archives
provides = pcmanfm
conflicts = pcmanfm
- source = pcmanfm-git::git+git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/pcmanfm
+ source = pcmanfm-git::git+https://github.com/lxde/pcmanfm.git
sha256sums = SKIP
pkgname = pcmanfm-git
diff --git a/PKGBUILD b/PKGBUILD
index a1c3f897054f..0729567929ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,20 @@
-# Maintainer: archlinux.info:tdy
+# Maintainer: Tim Yang <protonmail = timdyang>
# Contributor: quomoow <quomoow@gmail.com>
pkgname=pcmanfm-git
-pkgver=r1493.4555839
+pkgver=r1660.be8c60d
pkgrel=1
-pkgdesc="A fast, lightweight, yet feature-rich file manager with tabbed browsing"
+pkgdesc="Extremely fast and lightweight file manager"
arch=(i686 x86_64)
-url=http://pcmanfm.sourceforge.net
+url=https://lxde.org/
license=(GPL)
-depends=(libfm-gtk2)
+depends=(libfm-gtk2 lxmenu-data)
makedepends=(git intltool)
-optdepends=('gnome-menus: app menu and "Open with" dialog'
- 'lxmenu-data: app menu and "Open with" dialog'
- 'gvfs: mount local and remote drives')
-provides=(pcmanfm)
-conflicts=(pcmanfm)
-source=($pkgname::git+git://${pkgname/-/.}.sourceforge.net/gitroot/pcmanfm/pcmanfm)
+optdepends=('gvfs: mount local and remote drives'
+ 'xarchiver: manage archives')
+provides=(${pkgname%-*})
+conflicts=(${pkgname%-*})
+source=($pkgname::git+https://github.com/lxde/${pkgname%-*}.git)
sha256sums=(SKIP)
pkgver() {