Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
gitlab-shell
Commits:
2fd7ed3b by Caleb Maclennan at 2025-04-04T13:51:02+03:00
upgpkg: 3:14.41.0-2: Switch dependency from redis to valkey
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = gitlab-shell
pkgdesc = Git management software
pkgver = 14.41.0
- pkgrel = 1
+ pkgrel = 2
epoch = 3
url = https://gitlab.com/gitlab-org/gitlab-shell/
install = gitlab-shell.install
arch = x86_64
license = MIT
makedepends = go
- depends = redis
+ depends = valkey
depends = git
options = !strip
options = !lto
=====================================
PKGBUILD
=====================================
@@ -10,13 +10,13 @@
pkgname=gitlab-shell
pkgver=14.41.0
-pkgrel=1
+pkgrel=2
epoch=3
pkgdesc="Git management software"
arch=('x86_64')
url="https://gitlab.com/gitlab-org/gitlab-shell/"
license=('MIT')
-depends=('redis' 'git')
+depends=('valkey' 'git')
makedepends=('go')
options=('!strip' '!lto')
install=gitlab-shell.install
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gitlab-shell/-/commit/2fd7ed3b9092939b9c069ca409c9ec7aa17b4a3a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gitlab-shell/-/commit/2fd7ed3b9092939b9c069ca409c9ec7aa17b4a3a
You're receiving this email because of your account on gitlab.archlinux.org.