summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-02-14 13:43:52 +0100
committerMassimiliano Torromeo2018-02-14 13:43:52 +0100
commitf3318b1d01c1d96628db587c7b2cfb36733a69a3 (patch)
treef86bad518bca8fc37000d0aa2f23de4c99d49467
parent121afc27d3783ef88b9e7d06fd2b50dd4f0c18e9 (diff)
downloadaur-f3318b1d01c1d96628db587c7b2cfb36733a69a3.tar.gz
Updated to 3.10_3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 836aaeff8616..17b59a0b706e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon May 15 07:40:19 UTC 2017
+# Wed Feb 14 12:43:44 UTC 2018
pkgbase = ssacli
pkgdesc = HP Command Line Smart Storage Administrator
- pkgver = 2.60_18.0
+ pkgver = 3.10_3.0
pkgrel = 1
url = http://downloads.linux.hpe.com/SDR/downloads/mcp
arch = i686
@@ -14,8 +14,8 @@ pkgbase = ssacli
replaces = hpssacli
source_i686 = http://downloads.linux.hpe.com/SDR/repo/mcp/centos/6/i686/current/ssacli-2.60-18.0.i386.rpm
sha256sums_i686 = d44f9f01ea485e2b08db60a2807ae062f5c7b0f15e0118faa0b85700aad1c9f8
- source_x86_64 = http://downloads.linux.hpe.com/SDR/repo/mcp/centos/7/x86_64/current/ssacli-2.60-18.0.x86_64.rpm
- sha256sums_x86_64 = 3b87ebebd551b846f185918f8b79aefd6df01a473c8858d2701e67f7a4e64ae0
+ source_x86_64 = http://downloads.linux.hpe.com/SDR/repo/mcp/centos/7/x86_64/current/ssacli-3.10-3.0.x86_64.rpm
+ sha256sums_x86_64 = 4879acf3fa647f0164edb61e31527399500492cd5e5c2c5971913bf3ed479ce2
pkgname = ssacli
diff --git a/PKGBUILD b/PKGBUILD
index 9e81456aea0e..25c91d39f57c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=ssacli
-pkgver=2.60_18.0
+pkgver=3.10_3.0
pkgrel=1
pkgdesc="HP Command Line Smart Storage Administrator"
arch=(i686 x86_64)
@@ -11,16 +11,19 @@ replaces=(hpacucli hpssacli)
groups=(hpproliant)
license=("CUSTOM")
-# hp doen't release the same versions for both archs sometimes
-_i686ver=$pkgver
+# hp doesn't release the same versions for both archs sometimes
+_i686ver=2.60_18.0
source_i686=("http://downloads.linux.hpe.com/SDR/repo/mcp/centos/6/i686/current/$pkgname-${_i686ver//_/-}.i386.rpm")
source_x86_64=("http://downloads.linux.hpe.com/SDR/repo/mcp/centos/7/x86_64/current/$pkgname-${pkgver//_/-}.x86_64.rpm")
sha256sums_i686=('d44f9f01ea485e2b08db60a2807ae062f5c7b0f15e0118faa0b85700aad1c9f8')
-sha256sums_x86_64=('3b87ebebd551b846f185918f8b79aefd6df01a473c8858d2701e67f7a4e64ae0')
+sha256sums_x86_64=('4879acf3fa647f0164edb61e31527399500492cd5e5c2c5971913bf3ed479ce2')
package() {
mv usr/{sbin,bin}
+ mv usr/{,share/}man
+ install -Dm644 opt/smartstorageadmin/ssacli/bin/ssacli.license "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+ rm opt/smartstorageadmin/ssacli/bin/ssacli.license
cp -a opt usr "$pkgdir"
}