summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJános Illés2016-11-02 17:14:08 +0100
committerJános Illés2016-11-02 17:14:08 +0100
commit05d10b3175013e97a12f4319f6d8061e2b57a764 (patch)
tree4c35f6efe912166bca19b1bb86a2630a6028b6b3 /PKGBUILD
parente494092459d47b7e94f12a2d47728e9d1c3e0f2c (diff)
downloadaur-05d10b3175013e97a12f4319f6d8061e2b57a764.tar.gz
add arm architecture support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68ae13af69e9..98f4aa15d6f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Contributor: János Illés <ijanos@gmail.com>
# Contributor: Borislav Lilov
+
pkgname=hdsentinel
pkgver=0.16
pkgrel=1
pkgdesc="A freeware, closed source, SMART analysis tool"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="http://www.hdsentinel.com/hdslin.php"
license=('unknown')
depends=()
@@ -16,7 +17,7 @@ elif [[ $CARCH == "x86_64" ]]; then
source=(http://www.hdsentinel.com/hdslin/hdsentinel-016-x64.tar.gz)
md5sums=('2ecf56573fcb8a339fc1b2819d1b96a9')
_HDSentinel="HDSentinel"
-elif [[ $CARCH == "armv7h" ]]; then
+elif [[ $CARCH == "armv7h" || $CARCH == "armv6h" ]]; then
source=(http://www.hdsentinel.com/hdslin/hdsentinel_008_arm.gz)
md5sums=('043b51bdad959bac5a73c094abf19472')
_HDSentinel="hdsentinel_008_arm"