Date: Tuesday, March 1, 2022 @ 09:57:38 Author: eworm Revision: 438258
upgpkg: smartmontools 7.3-1: new upstream release Modified: smartmontools/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-01 04:24:10 UTC (rev 438257) +++ PKGBUILD 2022-03-01 09:57:38 UTC (rev 438258) @@ -4,10 +4,10 @@ # Contributor: Ralf Barth <[email protected]> pkgname=smartmontools -pkgver=7.2 +pkgver=7.3 pkgrel=1 -pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives" -url="http://smartmontools.sourceforge.net" +pkgdesc='Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives' +url='http://smartmontools.sourceforge.net' license=('GPL') arch=('x86_64') depends=('gcc-libs' 'libcap-ng' 'bash' 'systemd-libs') @@ -15,10 +15,10 @@ optdepends=('s-nail: to get mail alerts to work') backup=('etc/smartd.conf' 'etc/conf.d/smartd') -validpgpkeys=('847AF8F72DF4C7B492382C94BF0B339C64BCAA8B') # Smartmontools Signing Key (through 2020) <[email protected]> +validpgpkeys=('0C9577FD2C4CFCB4B9A599640A30812EFF3AEFF5') # Smartmontools Signing Key (through 2025) <[email protected]> source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc} 'smartd.conf') -sha256sums=('5cd98a27e6393168bc6aaea070d9e1cd551b0f898c52f66b2ff2e5d274118cd6' +sha256sums=('a544f8808d0c58cfb0e7424ca1841cb858a974922b035d505d4e4c248be3a22b' 'SKIP' 'c2c0f2f6b4a3f3d76da1c7706139297aef6e3f2a705eb7fdd800544812427c74') @@ -38,7 +38,8 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr \ + ./configure \ + --prefix=/usr \ --sbindir=/usr/bin \ --sysconfdir=/etc \ --with-drivedbdir \ @@ -61,5 +62,5 @@ make DESTDIR="${pkgdir}" install rm -rf "${pkgdir}"/etc/rc.d - install -Dm644 "${srcdir}"/smartd.conf "${pkgdir}/etc/conf.d/smartd" + install -D -m0644 "${srcdir}"/smartd.conf "${pkgdir}/etc/conf.d/smartd" }
