Search Criteria
Package Details: cutie-tanks 1.5-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/cutie-tanks.git (read-only, click to copy) |
---|---|
Package Base: | cutie-tanks |
Description: | Shoot 'em all arcade game |
Upstream URL: | https://github.com/RobinBoers/cutie-tanks |
Licenses: | GPL |
Conflicts: | cutie-tanks-git |
Provides: | cutie-tanks |
Submitter: | RobinBoers |
Maintainer: | RobinBoers |
Last Packager: | RobinBoers |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-07-26 17:38 (UTC) |
Last Updated: | 2021-07-28 13:53 (UTC) |
Latest Comments
RobinBoers commented on 2021-07-30 11:16 (UTC)
How do I rename a package? And if I dont use pkgver, how does the aur know if I publish a new version on GitHub? Should I just update the PKGBUILD every time? It seems to me that doing it this way is better.
kleintux commented on 2021-07-28 20:06 (UTC)
Thank you for fixing the stuff.
You don't need the pkgver() function. Only for version control packages like *-git. See https://wiki.archlinux.org/title/VCS_package_guidelines.
You can remove the first source (the git url) and the pkgver function.
You use the prebuild package, so the name of this package should be cutie-tanks-bin. The package with the name cutie-tanks should be using the source code, an build it with partial.
RobinBoers commented on 2021-07-28 14:05 (UTC)
I added md5sums for the files. I think the thing where the build fails should be fixed now also. Also, the first git source is used to update the package ver. I dont know how to use git describe with a remote repository, so I you do, let me know.
kleintux commented on 2021-07-27 09:39 (UTC)
Please provide sha256sums for all the files.
The build fails with
==> Starting build()... bsdtar: could not chdir to 'release'
==> ERROR: A failure occurred in build().
You use the prebuild package, so the name of this package should be cutie-tanks-bin.
The first git source is not needed.
The downloaded file need to be uniq. You can name it like '${pkgname}-${pkgver}.zip::https://github.com/RobinBoers/cutie-tanks/releases/latest/download/release.zip'