summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorge Rawlinson2023-10-23 20:22:35 +1300
committerGeorge Rawlinson2023-10-23 20:22:35 +1300
commit8eade40178a9df1c921c8de917188c800f939d8d (patch)
tree2eb51231f313f3d0d93a1d1c7dc8f2b4708a13fb /PKGBUILD
parent6e8c8d7d30a214b976d3fa821e40f771a316afe9 (diff)
downloadaur-8eade40178a9df1c921c8de917188c800f939d8d.tar.gz
upgpkg: dragonflydb 1.11.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05743f263fd3..045e1ffed2b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=dragonflydb
-pkgver=1.3.0
+pkgver=1.11.0
pkgrel=1
pkgdesc='A fast in-memory store that is fully compatible with Redis and Memcached'
arch=('x86_64')
@@ -25,7 +25,7 @@ makedepends=(
)
optdepends=('logrotate')
options=('!buildflags')
-_commit='f80afca9c23e2f30373437520a162c591eaa2005'
+_commit='c6f8f3882a276f6016042016c94401242d9c5365'
source=(
"$pkgname::git+https://github.com/dragonflydb/dragonfly#commit=$_commit"
'github.com-romage-helio::git+https://github.com/romange/helio'
@@ -54,11 +54,6 @@ prepare() {
git config submodule.helio.url "$srcdir/github.com-romage-helio"
git -c protocol.file.allow=always submodule update
- # FTBFS: https://github.com/dragonflydb/dragonfly/issues/1339
- pushd helio
- git checkout 72d02055f8f79e55f28679a11dd2c673399a8ca0
- popd
-
# use FHS directories
patch -p1 -i "$srcdir/use-fhs-directories.patch"
}