I think that the script downloaded (dropbox.py) should be saved to makepkg's sources directory under a versioned name. If not, attempting to build an updated version fails with an error complaining that the validity check fails because the old dropbox.py is not replaced. Moving the old dropbox.py to another name allows the new version to build successfully.
Search Criteria
Package Details: dropbox-cli 2024.04.17-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/dropbox-cli.git (read-only, click to copy) |
---|---|
Package Base: | dropbox-cli |
Description: | Command line interface for Dropbox |
Upstream URL: | https://www.dropbox.com |
Keywords: | dropbox |
Licenses: | GPL-3.0-or-later |
Submitter: | msquared |
Maintainer: | Muflone |
Last Packager: | Muflone |
Votes: | 472 |
Popularity: | 0.007275 |
First Submitted: | 2010-02-04 14:03 (UTC) |
Last Updated: | 2024-04-21 22:34 (UTC) |
Dependencies (5)
- dropboxAUR
- python-gobject (python-gobject-gitAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR) (optional) – Dropbox update GUI
- python-gpgme (python-gpgme-gitAUR) (optional) – verify binary signature
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 Next › Last »
cfr42 commented on 2012-05-20 22:18 (UTC)
dvzrv commented on 2012-04-30 12:28 (UTC)
file changed? Please update md5sum! ea1f923523756c094c46a3387be0af38
klusark commented on 2011-11-23 22:53 (UTC)
@Von any package can work like that. You are not using your package manager correctly and if you need the dependency removed you can remove it yourself.
von commented on 2011-11-18 20:50 (UTC)
dropbox is not required to be installed via pacman for dropbox-cli to work, you can have it installed locally and script will still do its job. Please remove dropbox dependency.
ckyony commented on 2011-11-17 17:39 (UTC)
@malix: Thanks, it is working now!
Malix commented on 2011-11-17 13:05 (UTC)
@ckyony the dropbox.py -file has been updated, it doesn't match the hash in PKGBUILD anymore
edit the PKGBUILD and
find this:
md5sums=('whatever',
'alsowhatever')
change it to:
md5sums=('e5515154efcc8a084e0bc2b5c9abc49e'
'f48ce021cf70cdde419a57656133827a')
ckyony commented on 2011-11-17 12:35 (UTC)
I try to install dropbox-cli. But I am getting the errork
"Makepkg was unable to build dropbox-cli"
"dropbox.py did not pass the valid check!"
Am I doing something wrong?
jokerboy commented on 2011-11-12 18:59 (UTC)
patch is a member of base-devel, so it shouldn't be added to makedepends.
also, you should use arch=('any').
<deleted-account> commented on 2011-11-12 10:53 (UTC)
If only build() fails, but patch is not needed when installed, then patch should be a makedepend.
arslonga commented on 2011-11-12 10:40 (UTC)
Should this depend also on patch?
The build() step fails if patch is not installed.
depends=("python2" "dropbox" "patch")
Pinned Comments
Muflone commented on 2024-04-21 22:26 (UTC)
Since version 2024.04.17-1 dropbox-cli is built from the nautilus-dropbox source as currently the dropbox.py source file is not aligned with the latest release in https://linux.dropbox.com/packages/