Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
valkey
Commits:
8c18fc90 by Frederik Schwan at 2024-10-15T16:52:49+02:00
upgpkg: 8.0.1-2
add redis to provides
fixes #1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = valkey
pkgdesc = An in-memory database that persists on disk
pkgver = 8.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://valkey.io/
install = valkey.install
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = valkey
depends = jemalloc
depends = shadow
depends = systemd-libs
+ provides = redis
conflicts = redis
backup = etc/valkey/valkey.conf
backup = etc/valkey/sentinel.conf
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
pkgname=valkey
pkgver=8.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='An in-memory database that persists on disk'
arch=('x86_64')
url='https://valkey.io/'
@@ -26,6 +26,9 @@ makedepends=(
conflicts=(
'redis'
)
+provides=(
+ 'redis'
+)
backup=(
'etc/valkey/valkey.conf'
'etc/valkey/sentinel.conf'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/valkey/-/commit/8c18fc90afac88c797a6e80c2711a2af8c6eeea2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/valkey/-/commit/8c18fc90afac88c797a6e80c2711a2af8c6eeea2
You're receiving this email because of your account on gitlab.archlinux.org.