Search Criteria
Package Details: plexdrive 5.2.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/plexdrive.git (read-only, click to copy) |
|---|---|
| Package Base: | plexdrive |
| Description: | Plexdrive mounts your Google Drive FUSE filesystem (optimized for media playback) |
| Upstream URL: | https://github.com/plexdrive/plexdrive |
| Keywords: | drive plex plexdrive |
| Licenses: | MIT |
| Conflicts: | plexdrive |
| Provides: | plexdrive |
| Submitter: | koalaeagle |
| Maintainer: | eNV25 |
| Last Packager: | eNV25 |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2017-11-30 00:07 (UTC) |
| Last Updated: | 2022-04-09 07:10 (UTC) |
Dependencies (2)
- fuse (fuse2)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, goup-rsAUR, go-binAUR, gcc-go) (make)
Latest Comments
eNV25 commented on 2022-04-09 07:14 (UTC)
Nothing4You that's
go's dependency not this packages.ichundes commented on 2020-03-26 05:53 (UTC)
@Nothing4You added and updated to version 5.1.0
Nothing4You commented on 2020-03-26 02:58 (UTC)
when someone picks this up, git is currently missing as dependency:
ichundes commented on 2019-07-29 05:27 (UTC)
Sorry, I accidentally pushed to this and reverted the commit already. Somehow I missed this when checking for a package. I published a new package for the git version: https://aur.archlinux.org/packages/plexdrive-git/
koalaeagle commented on 2018-12-11 10:35 (UTC)
Hello dreieck,
Unfortunately, I have no free time at the moment w/ full time work and full time school. I will disown the package so that you or someone else may make the necessary changes and continue to maintain the package.
dreieck commented on 2018-11-29 19:13 (UTC)
Missing dependency
glibcand missing custom license file.As reported by
namcap:dreieck commented on 2018-11-29 18:43 (UTC)
I have problems during
build(), which tries to download quite some stuff:The problem is, that
build()tries do download stuff, but I expect that after downloadingsourcees and executingprepare()not internet connection is needed anymore.Can you fix it and move everything which is needed to the
sourcearray or, if that is not possible, as a last resort to theprepare()-function?