diff options
Diffstat (limited to 'ssacli')
-rw-r--r-- | ssacli/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ssacli/PKGBUILD b/ssacli/PKGBUILD index 36d6b8370..650f8e08d 100644 --- a/ssacli/PKGBUILD +++ b/ssacli/PKGBUILD @@ -12,10 +12,10 @@ replaces=(hpacucli hpssacli) groups=(hpproliant) license=("CUSTOM") -source=("https://downloads.linux.hpe.com/SDR/repo/mcp/centos/7/x86_64/current/$pkgname-${pkgver//_/-}.x86_64.rpm" - 'ssacli.conf') -sha256sums=('499f454e195eaa0b211f7118c3224a0a26fc5626677e26054e860137c2342c0f' - '236549070720861f9eeb88ff4355029f8a5bbbaf3d5f803c2d82935e89e85d48') +source_x86_64=("https://downloads.linux.hpe.com/SDR/repo/mcp/centos/7/${CARCH}/current/$pkgname-${pkgver//_/-}.${CARCH}.rpm") +source=('ssacli.conf') +sha256sums_x86_64=('499f454e195eaa0b211f7118c3224a0a26fc5626677e26054e860137c2342c0f') +sha256sums=('236549070720861f9eeb88ff4355029f8a5bbbaf3d5f803c2d82935e89e85d48') package() { mv usr/{sbin,bin} |