Package Details: asset-ripper-bin 1.3.9-1

Git Clone URL: https://aur.archlinux.org/asset-ripper-bin.git (read-only, click to copy)
Package Base: asset-ripper-bin
Description: GUI Application to work with engine assets, asset bundles, and serialized files
Upstream URL: https://github.com/AssetRipper/AssetRipper
Licenses: GPL-3.0-only
Conflicts: asset-ripper
Provides: asset-ripper
Submitter: claymorwan
Maintainer: claymorwan
Last Packager: claymorwan
Votes: 3
Popularity: 0.95
First Submitted: 2024-12-23 01:05 (UTC)
Last Updated: 2026-01-15 11:19 (UTC)

Latest Comments

1 2 Next › Last »

HunabKu commented on 2025-07-26 11:23 (UTC)

sha256sums failed for 1.3.1-1

claymorwan commented on 2025-07-25 16:55 (UTC)

i wasn't aware of that argument so i just added it, also apparently forgot abt the provides and conflicts lmao

patlefort commented on 2025-07-25 14:22 (UTC)

Can you add please provides=('asset-ripper') and conflicts=('asset-ripper'), thank you. Also, you could just add --log=False to the desktop launcher instead of making a file writable by everyone. If someone really need logging, they can start it manually with the proper arguments.

claymorwan commented on 2025-05-23 15:05 (UTC)

Yep works just fine, thanks!

jakka commented on 2025-05-23 09:10 (UTC) (edited on 2025-05-23 09:11 (UTC) by jakka)

you can simply add

touch "AssetRipper.log"
install -Dm666 "AssetRipper.log" "$pkgdir/opt/$_pkgname/AssetRipper.log"

to package()

claymorwan commented on 2025-05-01 19:01 (UTC)

Ya sure, can u tell me how do I set them please I'm not sure how to do it

jakka commented on 2025-04-29 10:37 (UTC)

you should have added qt-sudo as an optional dependency. the only reason you run it with sudo (which you shouldnt do in the first place) is because of the log file. instead of running it as root you should set the proper permissions for the log in PKGBUILD

claymorwan commented on 2025-04-27 22:54 (UTC) (edited on 2025-04-27 22:55 (UTC) by claymorwan)

Added it,
I also added qt-sudo since I now use it in the desktop file. I realized you have to run the app as root cuz if u don't, u get an error since it doesn't have permission to write the log files in the /opt/asset-ripper/. Until the dev decides to store these logs elsewhere (maybe in ~/.local/asset-ripper/), we gotta run the app as root :c

jakka commented on 2025-04-20 11:08 (UTC)

you should add additional dep: webkit2gtk-4.1. newer versions of asset-ripper dont work without 4.1

claymorwan commented on 2025-01-18 11:32 (UTC)

omg I knew I forgotten sumthing, should be fixed now hopefully