Search Criteria
Package Details: tmpmail-git 72.gf32c7ee-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/tmpmail-git.git (read-only, click to copy) |
|---|---|
| Package Base: | tmpmail-git |
| Description: | A temporary email right from your terminal |
| Upstream URL: | https://github.com/sdushantha/tmpmail |
| Licenses: | MIT |
| Submitter: | b12f |
| Maintainer: | None |
| Last Packager: | b12f |
| Votes: | 10 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-09-14 12:47 (UTC) |
| Last Updated: | 2020-09-29 21:57 (UTC) |
Latest Comments
« First ‹ Previous 1 2
johnnybash commented on 2021-05-30 11:49 (UTC)
it's a VCS package, so using git tags should be fine:
https://wiki.archlinux.org/title/VCS_package_guidelines#The_pkgver()_function
afaik tmpmail --vesion doesn't even give you the version you are building right now but the version you have already installed?
b12f commented on 2021-05-30 11:35 (UTC)
Hey @dreieck, thanks for the heads-up!
Unfortunately I've distrohopped over to NixOS, so I've lost easy access to most tooling around the AUR. If I ever get time I'll see if I can get your changes commited.
If you want to, I can transfer (co-)maintainership over to you.
dreieck commented on 2021-05-30 10:50 (UTC)
Can you make
pkgver()usetmpmail --versionas the first part of the package version, please? This is what should be done according to packaging guidelines.Can you add
provides=("tmpmail=${pkgver}"), please?Thanks for maintaining!
b12f commented on 2020-09-17 15:55 (UTC)
Done. However, since the version wasn't bumped, it won't update in the package database.
fordprefect commented on 2020-09-17 12:40 (UTC)
please delete the unnecessary build function from the PKGBUILD. No need for return 0, just dont declare the function.
« First ‹ Previous 1 2