Search Criteria
Package Details: dragonflydb 1.24.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dragonflydb.git (read-only, click to copy) |
---|---|
Package Base: | dragonflydb |
Description: | A fast in-memory store that is fully compatible with Redis and Memcached |
Upstream URL: | https://dragonflydb.io |
Licenses: | custom:BSL1.1 |
Submitter: | grawlinson |
Maintainer: | None |
Last Packager: | ssharunas |
Votes: | 3 |
Popularity: | 0.000520 |
First Submitted: | 2022-05-30 21:59 (UTC) |
Last Updated: | 2024-10-19 15:09 (UTC) |
Dependencies (10)
- boost-libs
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- logrotate (logrotate-gitAUR, logrotate-selinuxAUR) (optional)
Latest Comments
ssharunas commented on 2024-06-05 17:24 (UTC) (edited on 2024-06-05 17:24 (UTC) by ssharunas)
Thank you for the patch @SoulHarsh007! I've added it to the PKBUILD.
SoulHarsh007 commented on 2024-05-13 19:21 (UTC)
Hello @ssharunas it does not build with GCC14, you need this patch: https://paste.soulharsh007.dev/p/2419871.patch (basically include <algorithm> wherever any_of is used in the source code)
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