Search Criteria
Package Details: epic-asset-manager 3.8.6-2
Package Actions
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) |
Dependencies (15)
- bzip2 (bzip2-gitAUR)
- cairo (cairo-gitAUR)
- dconf
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- graphene (graphene-gitAUR)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR, libadwaita-without-adwaitaAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- pango (pango-gitAUR)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- meson (meson-gitAUR) (make)
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: