summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-10-23 12:06:10 +1300
committerGeorge Rawlinson2022-10-23 12:06:10 +1300
commit13c62f1f3f4f4ddd83be3aacdbd0f33dc687668f (patch)
tree32e3407cfc442314404540249732ddf88b301fc2
parent74b2b0d43f2c5d49ded61a833d9a226bfa5f8788 (diff)
downloadaur-13c62f1f3f4f4ddd83be3aacdbd0f33dc687668f.tar.gz
upgpkg: dragonflydb 0.10.0-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d359c4f0daf9..37da3481dd1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dragonflydb
pkgdesc = A modern replacement for Redis/Memcached
- pkgver = 0.9.1
+ pkgver = 0.10.0
pkgrel = 1
url = https://dragonflydb.io
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = dragonflydb
depends = openssl
depends = boost-libs
depends = libunwind
- source = dragonflydb::git+https://github.com/dragonflydb/dragonfly#commit=608a80411a556be17b3ad2ea97e356b3b296fecf
+ source = dragonflydb::git+https://github.com/dragonflydb/dragonfly#commit=10c3d9f66607c856d04d918059ddb9397aee4725
source = github.com-romage-helio::git+https://github.com/romange/helio
b2sums = SKIP
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9221d78f8385..f1db8219e264 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=dragonflydb
-pkgver=0.9.1
+pkgver=0.10.0
pkgrel=1
pkgdesc='A modern replacement for Redis/Memcached'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://dragonflydb.io'
license=('custom:BSL1.1')
depends=('openssl' 'boost-libs' 'libunwind')
makedepends=('git' 'cmake' 'ninja' 'python' 'boost')
-_commit='608a80411a556be17b3ad2ea97e356b3b296fecf'
+_commit='10c3d9f66607c856d04d918059ddb9397aee4725'
source=(
"$pkgname::git+https://github.com/dragonflydb/dragonfly#commit=$_commit"
'github.com-romage-helio::git+https://github.com/romange/helio'
@@ -30,7 +30,7 @@ prepare() {
# prepare git submodule(s)
git submodule init
git config submodule.helio.url "$srcdir/github.com-romage-helio"
- git submodule update
+ git submodule--helper update
}
build() {