Giovanni Harting pushed to branch main at Arch Linux / Packaging / Packages /
ckb-next
Commits:
daa7d850 by Giovanni Harting at 2026-03-04T21:06:00+01:00
upgpkg: 0.6.2-3: remove gcc-libs dep
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ckb-next
pkgdesc = Corsair Keyboard and Mouse RGB Driver
pkgver = 0.6.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ckb-next/ckb-next
arch = x86_64
license = GPL-2.0-only
@@ -16,7 +16,8 @@ pkgbase = ckb-next
depends = bash
depends = glibc
depends = libpulse
- depends = gcc-libs
+ depends = libgcc
+ depends = libstdc++
source =
ckb-next-0.6.2.tar.gz::https://github.com/ckb-next/ckb-next/archive/v0.6.2.tar.gz
b2sums =
bf419ca453735f9ea83483261f675f20c997cb6def323fcb9157509c6ad518b4d8c73c145509c0de9d2c74df14ed6501bb6a35013c4d4575757ce24394419fad
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=ckb-next
pkgver=0.6.2
-pkgrel=2
+pkgrel=3
pkgdesc="Corsair Keyboard and Mouse RGB Driver"
arch=(x86_64)
url='https://github.com/ckb-next/ckb-next'
@@ -19,7 +19,8 @@ depends=(
bash
glibc
libpulse
- gcc-libs
+ libgcc
+ libstdc++
)
makedepends=(cmake qt6-tools)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ckb-next/-/commit/daa7d850d96cc47cf5dd3af5e158f185709072aa
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ckb-next/-/commit/daa7d850d96cc47cf5dd3af5e158f185709072aa
You're receiving this email because of your account on gitlab.archlinux.org.