Package Details: freedownloadmanager 6.24.2.5857-1

Git Clone URL: https://aur.archlinux.org/freedownloadmanager.git (read-only, click to copy)
Package Base: freedownloadmanager
Description: FDM is a powerful modern download accelerator and organizer.
Upstream URL: https://www.freedownloadmanager.org/
Keywords: fdm freedownloadmanager
Licenses: Freeware
Submitter: rizwan486
Maintainer: rizwan486
Last Packager: rizwan486
Votes: 36
Popularity: 0.46
First Submitted: 2020-01-21 11:41 (UTC)
Last Updated: 2024-12-20 08:11 (UTC)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 Next › Last »

rizwan486 commented on 2021-01-06 16:37 (UTC) (edited on 2021-01-06 16:37 (UTC) by rizwan486)

@mireiner, Thanks for commenting. I've updated the package. It will work now

mireiner commented on 2021-01-06 15:44 (UTC) (edited on 2021-01-06 15:45 (UTC) by mireiner)

Install fails with pamac, yay or paru:

curl: (22) The requested URL returned error: 404 Not Found, ==> Error download http://debrepo.freedownloadmanager.org/pool/main/f/freedownloadmanager/freedownloadmanager_6.13.0.3463_amd64.deb

Please fix, thank you!

rizwan486 commented on 2020-09-05 17:45 (UTC)

Thanks, yochananmarqos for the fixes.

yochananmarqos commented on 2020-09-05 02:42 (UTC)

@Rizwan-Hasan: I found a better way that fixes the permission issues.

Again, remove noextract=(), it's not necessary. The .deb will be extracted automatically.

prepare() {
    mkdir -p "$pkgname-$pkgver"
    tar -xvf data.tar.xz -C "$pkgname-$pkgver"
}

package() {
    cd "$pkgname-$pkgver"
    cp -dpr --no-preserve=ownership opt usr "$pkgdir"

    install -d "$pkgdir/usr/bin"
    ln -s "/opt/$pkgname/fdm" "$pkgdir/usr/bin/fdm"
}

rizwan486 commented on 2020-09-04 19:38 (UTC) (edited on 2020-09-04 19:41 (UTC) by rizwan486)

Hi yochananmarqos,
Thanks for the wonderful suggestion. I've added the symlink that you've suggested.

rizwan486 commented on 2020-09-04 19:37 (UTC) (edited on 2020-09-04 19:41 (UTC) by rizwan486)

Hi Jr80,
Please try again now. I've updated the package to the latest version. Sorry for the trouble.

Jr80 commented on 2020-09-04 19:23 (UTC) (edited on 2020-09-04 19:26 (UTC) by Jr80)

I had this error when updating

curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failed to download http://debrepo.freedownloadmanager.org/pool/main/f/freedownloadmanager/freedownloadmanager_6.11.0.3217_amd64.deb Aborting ... Failed to compile freedownloadmanager

yochananmarqos commented on 2020-09-04 19:07 (UTC) (edited on 2020-09-04 19:07 (UTC) by yochananmarqos)

You can install the files with one command, no need for noextract() or a prepare() function. Also, it's good to symlink the binary to /usr/bin/:

package() {
    tar -xvf data.tar.xz -C "$pkgdir"

    install -d "$pkgdir/usr/bin"
    ln -s "/opt/$pkgname/fdm" "$pkgdir/usr/bin/fdm"
}

rizwan486 commented on 2020-07-26 12:32 (UTC) (edited on 2020-07-26 12:32 (UTC) by rizwan486)

Hello cruzjuniel,
Thanks for letting me know. I've updated the package.

cruzjuniel commented on 2020-07-26 12:15 (UTC)

Hi Rizwan-Hasan,

I tried installing this and noticed there is a new package