summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2023-02-03 14:31:04 +1300
committerGeorge Rawlinson2023-02-03 14:31:04 +1300
commit91858a425ddb5bd4abb02abe78b48c87da5c0589 (patch)
treeda171f57d515e75fa3b4dce74715a0b849cb9ece
parentf3744700c92f2fca16437c340d649828e114b772 (diff)
downloadaur-91858a425ddb5bd4abb02abe78b48c87da5c0589.tar.gz
upgpkg: dragonflydb 0.16.0-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5486a9fd428..d60299343629 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dragonflydb
pkgdesc = A modern replacement for Redis/Memcached
- pkgver = 0.12.0
+ pkgver = 0.16.0
pkgrel = 1
url = https://dragonflydb.io
arch = x86_64
@@ -13,7 +13,8 @@ pkgbase = dragonflydb
depends = openssl
depends = boost-libs
depends = libunwind
- source = dragonflydb::git+https://github.com/dragonflydb/dragonfly#commit=2d83aa995e4e479ec943f0b4c489fcd1b513c621
+ options = !buildflags
+ source = dragonflydb::git+https://github.com/dragonflydb/dragonfly#commit=41e359277f4c1d5a70a028179596e8ed8ceaa5db
source = github.com-romage-helio::git+https://github.com/romange/helio
b2sums = SKIP
b2sums = SKIP
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'