-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update and correct PKGBUILD #84
Comments
Hey @oberon-manjaro, thanks a lot for sharing these improvements. I will look into them in the coming weeks.
Can you elaborate on this? During installation binaries are downloaded and then used. Whether or not they are "installed" heavily depends on your definition. In any case, binaries are downloaded and then executed. Also, we already have support for arm64 for Linux, but have not yet updated the installers. The only thing needed is to change the path of the binary: use Is there a way to provide both platforms in one PKGBUILD? |
@yochananmarqos is packaging this for us and will chime in later.
We need to make sure both, that everything gets properly removed when the package gets removed and also that there are no conflicts during any internal portmaster updates.
You can simply define multiple architectures in the arch array
and then specify dedicated sources to be used if necessary:
|
I think @oberon-manjaro may have misunderstood my explanation in our conversation earlier about the As you may already know, in the AUR, the Packages in the Arch repos never use suffixes like The main issue with the way the AUR package is installed is with the install file. Normally the commands run in Debian See our |
What would you like to add or change?:
The current PKGBUILD in the AUR has some issues, attached is the working and proper version we use in Manjaro, including the cleaned up install file.
Why do you and others need this?:
Because every user in the Archlinux space wants to install portmaster :)
In the latest version we actually renamed the package to portmaster-stub, as
-bin
doesn't really make sense, since we are not installing any binary.The attached version still has the name you currently use in the AUR, however.
portmaster-stub-bin.zip
The text was updated successfully, but these errors were encountered: