summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorge Rawlinson2023-02-03 14:31:04 +1300
committerGeorge Rawlinson2023-02-03 14:31:04 +1300
commit91858a425ddb5bd4abb02abe78b48c87da5c0589 (patch)
treeda171f57d515e75fa3b4dce74715a0b849cb9ece /PKGBUILD
parentf3744700c92f2fca16437c340d649828e114b772 (diff)
downloadaur-91858a425ddb5bd4abb02abe78b48c87da5c0589.tar.gz
upgpkg: dragonflydb 0.16.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f319d1ba8da..1d468bb430fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=dragonflydb
-pkgver=0.12.0
+pkgver=0.16.0
pkgrel=1
pkgdesc='A modern replacement for Redis/Memcached'
arch=('x86_64')
@@ -9,7 +9,8 @@ url='https://dragonflydb.io'
license=('custom:BSL1.1')
depends=('openssl' 'boost-libs' 'libunwind')
makedepends=('git' 'cmake' 'ninja' 'python' 'boost')
-_commit='2d83aa995e4e479ec943f0b4c489fcd1b513c621'
+options=('!buildflags')
+_commit='41e359277f4c1d5a70a028179596e8ed8ceaa5db'
source=(
"$pkgname::git+https://github.com/dragonflydb/dragonfly#commit=$_commit"
'github.com-romage-helio::git+https://github.com/romange/helio'