mueen
June 4, 2021, 6:42pm
1
Hello,
I am trying to rebuild the Anbox-git from a specific commit, but no amount of search-fu is giving me answers. I want to use the commit from before here
but I am not sure how to use pamac to choose this specific version.
How do I achieve that?
1 Like
Tomek
June 4, 2021, 7:15pm
2
git clone https://aur.archlinux.org/anbox-git.git
cd anbox-git
git checkout 0c9a9385694e680f5b277ca6f9326ad5d5df7dd3
makepkg -si
Install missing packages if needed and install resulted .pkg.tar.zst package
3 Likes
mueen
June 4, 2021, 7:23pm
3
Thanks for your solution Tomek, I went another way and it seems to have also solved the missing drivers.
Go here
Download this
Uncompress it. Rename the folder to: anbox-git
cd into anbox-git
Now run: pamac build
This will build the AUR package in the fake chroot
mueen:
fake chroot
You mean a fakeroot environment which is not the same as fakechroot.
See chroot - ArchWiki and Creating packages - ArchWiki
system
Closed
June 19, 2021, 8:21pm
5
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.