Search Criteria
Package Details: dragonflydb 1.1.2-1
Git Clone URL: | https://aur.archlinux.org/dragonflydb.git (read-only, click to copy) |
---|---|
Package Base: | dragonflydb |
Description: | A modern replacement for Redis/Memcached |
Upstream URL: | https://dragonflydb.io |
Licenses: | custom:BSL1.1 |
Submitter: | grawlinson |
Maintainer: | grawlinson |
Last Packager: | grawlinson |
Votes: | 2 |
Popularity: | 0.25 |
First Submitted: | 2022-05-30 21:59 (UTC) |
Last Updated: | 2023-04-17 00:57 (UTC) |
Dependencies (8)
- boost-libs (boost171, boost-libs-git, boost174-libs, boost-libs_v180)
- libunwind (libunwind-git, libunwind-carbon)
- openssl (openssl-static, quictls-openssl, openssl-git, openssl-hardened)
- boost (boost-git, boost174) (make)
- cmake (cmake-git) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- ninja (ninja-git, ninja-samurai, ninja-kitware, ninja-mem, python-ninja) (make)
- python (nogil-python, python36, python32, python39, python38, python37, python310, python312) (make)
Latest Comments
floreal commented on 2023-02-24 10:50 (UTC)
Package build crashes because $_commit is not properly set.
tag v0.16.0 is b62a590a3c8f89598267fb14cc360c4b99b2d20d, not 41e359277f4c1d5a70a028179596e8ed8ceaa5db
grawlinson commented on 2022-06-08 20:58 (UTC)
Tags aren't immutable, commits generally are. From experience, upstream projects have moved tags shortly after they've uploaded them. That's why I use references to commits instead of tags.
Dulbi commented on 2022-06-08 12:02 (UTC) (edited on 2022-06-08 12:06 (UTC) by Dulbi)
Isn't it more like a git package? you refer to a commit and not to a release or a tag in the PKGBUILD source=( "$pkgname::git+https://github.com/dragonflydb/dragonfly#commit=$_commit" ...)
https://wiki.archlinux.org/title/VCS_package_guidelines#Guidelines