Package Details: epic-asset-manager 3.8.6-2

Git Clone URL: https://aur.archlinux.org/epic-asset-manager.git (read-only, click to copy)
Package Base: epic-asset-manager
Description: A frontend to Assets purchased on Epic Games Store
Upstream URL: https://github.com/AchetaGames/Epic-Asset-Manager
Licenses: MIT
Conflicts: eam
Provides: eam
Submitter: HurricanePootis
Maintainer: HurricanePootis
Last Packager: HurricanePootis
Votes: 0
Popularity: 0.000000
First Submitted: 2024-11-12 02:48 (UTC)
Last Updated: 2025-08-19 20:45 (UTC)

Latest Comments

HurricanePootis commented on 2025-08-19 20:39 (UTC)

@nangidev thanks for bringing up these issues to my attention.

nangidev commented on 2025-08-19 09:07 (UTC) (edited on 2025-08-19 09:16 (UTC) by nangidev)

As a fix for @HurricanePootis, just removing the unnecessary and failing line in Prepare

[[ -d build ]] && rm -rf build

Also RUSTUP_TOOLCAHIN is misspelled

As a workaround for @lehthanis you can do this:

clone https://aur.archlinux.org/epic-asset-manager.git/

cd epic-asset-manager

vim PKBUILD

In PKBUILD you just remove

[[ -d build ]] && rm -rf build

and correct the RUSTUP_TOOLCAHIN misspelling

then makepkg -si</code

More suggestions:

cd "$srcdir/Epic-Asset-Manager/$pkgver"

if [ -d "build" ]; then rm -rf "build"; fi

Or look into the official package instead: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=eam-git

lehthanis commented on 2025-03-26 14:44 (UTC) (edited on 2025-03-26 14:45 (UTC) by lehthanis)

I'm getting a weird error:

» |~/.builds/epic-asset-manager| makepkg
==> Making package: epic-asset-manager 3.8.6-1 (Wed 26 Mar 2025 10:39:07 AM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found v3.8.6.tar.gz
==> Validating source files with sha256sums...
    v3.8.6.tar.gz ... Passed
==> Extracting sources...
  -> Extracting v3.8.6.tar.gz with bsdtar
==> Starting prepare()...
==> ERROR: A failure occurred in prepare().
    Aborting...