Search Criteria
Package Details: kitsune-git v0.0.1.pre.0.r23.g40ee7d0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/kitsune-git.git (read-only, click to copy) |
|---|---|
| Package Base: | kitsune-git |
| Description: | :fox_face: ActivityPub-federated microblogging |
| Upstream URL: | https://joinkitsune.org/ |
| Keywords: | :fox_face: activitypub-federated microblogging |
| Licenses: | MIT |
| Conflicts: | kitsune |
| Provides: | kitsune, kitsune-cli, kitsune-search |
| Submitter: | AsukaMinato |
| Maintainer: | AlenYang |
| Last Packager: | AlenYang |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-05-15 06:07 (UTC) |
| Last Updated: | 2023-07-17 11:38 (UTC) |
Dependencies (6)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
MarsSeed commented on 2023-06-23 14:52 (UTC) (edited on 2023-06-23 14:53 (UTC) by MarsSeed)
Also please use an enhanced
pkgver()implementation (like the one here).Because you need to remove the beginning
vfrom the version, and also make sure that any-textsuffix like-prewill not be converted to something like0.0.1.pre, but instead result in the text joined to the last digit without any separator character (like0.0.1pre).Without this, a generated
0.0.1.prewill be considered a newer version bypacmanthan the prospective0.0.1stable version. In that case, the package will never be updated to a stable tag.Pacman basically follows the same version comparison logic as Python does.
MarsSeed commented on 2023-06-23 14:36 (UTC)
Also please remove the
--abbrev=7from thegit describecommand and let git determine the minimum safe (unique) length for the abbreviated hash.MarsSeed commented on 2023-06-23 14:35 (UTC)
Please add your own name and email to the top of PKGBUILD, in a comment beginning like this: