Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
smartmontools
Commits:
83c759cc by Christian Hesse at 2026-02-15T17:25:54+01:00
update dependencies (incl. gcc-libs deprecation)
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -6,10 +6,16 @@ pkgbase = smartmontools
arch = x86_64
license = GPL
makedepends = systemd
- depends = gcc-libs
- depends = libcap-ng
depends = bash
+ depends = glibc
+ depends = libgcc
+ depends = libgcc_s.so
+ depends = libcap-ng
+ depends = libcap-ng.so
+ depends = libstdc++
+ depends = libstdc++.so
depends = systemd-libs
+ depends = libsystemd.so
optdepends = s-nail: to get mail alerts to work
backup = etc/smartd.conf
backup = etc/conf.d/smartd
=====================================
PKGBUILD
=====================================
@@ -10,7 +10,12 @@ pkgdesc='Control and monitor S.M.A.R.T. enabled ATA and SCSI
Hard Drives'
url='https://www.smartmontools.org/'
license=('GPL')
arch=('x86_64')
-depends=('gcc-libs' 'libcap-ng' 'bash' 'systemd-libs')
+depends=('bash'
+ 'glibc'
+ 'libgcc' 'libgcc_s.so'
+ 'libcap-ng' 'libcap-ng.so'
+ 'libstdc++' 'libstdc++.so'
+ 'systemd-libs' 'libsystemd.so')
makedepends=('systemd')
optdepends=('s-nail: to get mail alerts to work')
backup=('etc/smartd.conf'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/smartmontools/-/commit/83c759cc656cd55eaf517ff1595a5b4c43aa43eb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/smartmontools/-/commit/83c759cc656cd55eaf517ff1595a5b4c43aa43eb
You're receiving this email because of your account on gitlab.archlinux.org.