summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-11-14 20:19:06 +1300
committerGeorge Rawlinson2022-11-14 20:19:06 +1300
commit0c868fb8be76b56c7730811929dd709946f84507 (patch)
tree93a509c7347cc937c62ecfa86ca86b9ee6f673bd
parent13c62f1f3f4f4ddd83be3aacdbd0f33dc687668f (diff)
downloadaur-0c868fb8be76b56c7730811929dd709946f84507.tar.gz
upgpkg: dragonflydb 0.11.0-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37da3481dd1f..b30f95cc8cdd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dragonflydb
pkgdesc = A modern replacement for Redis/Memcached
- pkgver = 0.10.0
+ pkgver = 0.11.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=10c3d9f66607c856d04d918059ddb9397aee4725
+ source = dragonflydb::git+https://github.com/dragonflydb/dragonfly#commit=b3958340602a912c2a38d947c4973c824d6ab830
source = github.com-romage-helio::git+https://github.com/romange/helio
b2sums = SKIP
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f1db8219e264..a53cf89a5d55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=dragonflydb
-pkgver=0.10.0
+pkgver=0.11.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='10c3d9f66607c856d04d918059ddb9397aee4725'
+_commit='b3958340602a912c2a38d947c4973c824d6ab830'
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--helper update
+ git -c protocol.file.allow=always submodule update
}
build() {