Package Details: hd-idle 1.05-5

Git Clone URL: https://aur.archlinux.org/hd-idle.git (read-only, click to copy)
Package Base: hd-idle
Description: Utility program for spinning-down external disks after a period of idle time.
Upstream URL: https://hd-idle.sourceforge.net/
Licenses: GPL-2.0-or-later
Submitter: arojas
Maintainer: tarball
Last Packager: tarball
Votes: 3
Popularity: 0.044905
First Submitted: 2023-04-01 08:24 (UTC)
Last Updated: 2024-07-01 05:52 (UTC)

Latest Comments

somini commented on 2024-06-30 23:42 (UTC)

Here's a small patch to fix most namcap violations:

diff --git i/PKGBUILD w/PKGBUILD
index 11f4a91..23bd483 100644
--- i/PKGBUILD
+++ w/PKGBUILD
@@ -3,12 +3,12 @@

 pkgname=hd-idle
 pkgver=1.05
-pkgrel=4
+pkgrel=5
 pkgdesc='Utility program for spinning-down external disks after a period of idle time.'
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
 backup=(etc/conf.d/hd-idle)
 url="https://hd-idle.sourceforge.net/"
-license=('GPL')
+license=('GPL-2.0-or-later')
 depends=('glibc')
 source=("https://downloads.sf.net/$pkgname/$pkgname-$pkgver.tgz"
         "hd-idle.service")

somini commented on 2024-06-30 23:30 (UTC)

Please add aarch64 architecture.