[arch-commits] Commit in smartmontools/trunk (PKGBUILD)

Christian Hesse eworm at gemini.archlinux.org
Tue Mar 1 09:57:38 UTC 2022


    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 <archlinux.org at haggy.org>
 
 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) <smartmontools-support at listi.jpberlin.de>
+validpgpkeys=('0C9577FD2C4CFCB4B9A599640A30812EFF3AEFF5') # Smartmontools Signing Key (through 2025) <smartmontools-support at listi.jpberlin.de>
 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"
 }



More information about the arch-commits mailing list