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/
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)
Muflone commented on 2024-04-21 22:26 (UTC)
Rucker commented on 2024-04-08 17:29 (UTC)
Went ahead and updated this to the latest version since I had some spare time. Not too interested in maintaining it though as I don't use Dropbox. If I see it out of date I will probably bump it but no guarantees
jsimon0 commented on 2024-02-20 19:13 (UTC)
For those looking for a PKGBUILD
# Maintainer: Fredy García <frealgagu at gmail dot com>
# Contributor: Joel Teichroeb <joel@teichroeb.net>
# Contributor: Matthias Maennich < arch .at. maennich.net >
# Contributor: bruce < b_a_g99 .at. hotmail.com >
# Contributor: carstene1ns <arch carsten-teibes de>
pkgname=dropbox-cli
pkgver=2024.02.20
pkgrel=1
pkgdesc="Command line interface for Dropbox"
arch=("any")
url="http://www.${pkgname%-cli}.com"
license=("GPL")
depends=("${pkgname%-cli}" "python-gobject")
install="${pkgname}.install"
source=(
"${pkgname}-${pkgver}.py::https://linux.${pkgname%-cli}.com/packages/${pkgname%-cli}.py"
"${pkgname%-cli}d-fallback.patch"
)
sha256sums=(
"33e4463fdd6f90cab355e2f6b951c90160d7a3620cca63e3a676457e01d368f0"
"3e4f5d44c58dbeb586bb9539551ea1206e8a1e4b025ac316c42ba24c53c8f077"
)
prepare() {
cp -L "${srcdir}/${pkgname}-${pkgver}.py" "${srcdir}/${pkgname}.py"
# Patch to point to /opt/dropbox/dropboxd in case of local user does not exist
patch -Np1 -i "${srcdir}/${pkgname%-cli}d-fallback.patch"
}
package() {
install -dm755 "${pkgdir}/usr/bin"
install -Dm755 "${srcdir}/${pkgname}.py" "${pkgdir}/usr/share/${pkgname}/${pkgname}.py"
ln -s "/usr/share/${pkgname}/${pkgname}.py" "${pkgdir}/usr/bin/${pkgname}"
}
BoostCookie commented on 2023-10-06 09:09 (UTC)
% sha256sum dropbox-cli-2022.12.05.py
a7334c5003287d6bc94c59bfbd9a9b2e9e82047c8b35732c739f8cb4ecfeedbc dropbox-cli-2022.12.05.py
@frealgagu, please fix it in the PKGBUILD.
paulcsiki commented on 2023-10-03 08:57 (UTC)
I have cleared the yay cache and also ran @zaiheshi's command but the validation of the .py file still fails.
TTimo commented on 2023-07-07 08:03 (UTC)
Deleting the cache directory (see @zaiheshi comment) worked for me to fix the repeated validity check errors.
lorebett commented on 2023-03-02 14:10 (UTC)
I think we're running in the validity check problem again:
dropbox-cli-2020.03.04.py ... FAILED
dropboxd-fallback.patch ... Passed
frealgagu commented on 2022-09-22 00:34 (UTC)
I think issues are caused by mirrors and DNS, they could be causing that file is not refreshed everywhere and checksums are invalid.
I maintain the latest version of package and .py here
https://github.com/frealgagu/archlinux.dropbox-cli/releases/
morngrar commented on 2022-09-01 09:14 (UTC)
@asakurahao Installed today without hitches, I waited instead of looking for a workaround.
horaciohs commented on 2022-08-29 11:36 (UTC)
I use yay and after "yay -Sc" (cache cleaning) this error ("dropbox-cli-2020.03.04.py ... FAILED") was gone.
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/