Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
libnvme
Commits:
9f6af47d by Tobias Powalowski at 2026-02-16T09:25:34+01:00
upgpkg: 1.16.1-3: update depends to new gcc-libs split up
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libnvme
pkgdesc = C Library for NVM Express on Linux
pkgver = 1.16.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/linux-nvme/libnvme
arch = x86_64
license = LGPL-2.1-only
@@ -11,7 +11,7 @@ pkgbase = libnvme
makedepends = swig
makedepends = systemd
depends = dbus
- depends = gcc-libs
+ depends = libgcc
depends = glibc
depends = json-c
depends = keyutils
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=libnvme
pkgver=1.16.1
-pkgrel=2
+pkgrel=3
pkgdesc="C Library for NVM Express on Linux"
arch=('x86_64')
url="https://github.com/linux-nvme/libnvme"
@@ -17,7 +17,7 @@ makedepends=(
)
depends=(
'dbus'
- 'gcc-libs'
+ 'libgcc'
'glibc'
'json-c'
'keyutils'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libnvme/-/commit/9f6af47df7fe1b8e20b158fde99e15ff68fc3a9b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libnvme/-/commit/9f6af47df7fe1b8e20b158fde99e15ff68fc3a9b
You're receiving this email because of your account on gitlab.archlinux.org.