summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 216bfea2485d..734aecf3105b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: brent s. <bts[at]square-r00t[dot]net>
+validpgpkeys=('7482 31EB CBD8 08A1 4F5E 85D2 8C00 4C2F 9348 1F6B')
pkgname=storcli
pkgver=1.15.12
-pkgrel=3
+pkgrel=4
pkgdesc="CLI program for LSI MegaRAID cards, also works with some Dell PERC RAID cards (successor to megaraid-cli)"
arch=('i686' 'x86_64')
url="https://www.thomas-krenn.com/en/wiki/StorCLI"
@@ -19,10 +20,10 @@ fi
source=("http://archive.thomas-krenn.com/packages/pool/optional/s/storcli/storcli_${pkgver}_${_arch}.deb")
if [[ "${_arch}" == "amd64" ]];
then
- md5sums=('a899d70f8f8d106db70c7188a9edeae7')
+ sha512sums=('f3a18bbcde3dae2bddb1bac3edbdbe0064574e983bbc6bf9751e79abd7163de64d4d759fa4298f4559676e4fae2a0ad40118fef4968ea205086b5aca8fa1160b')
elif [[ "${_arch}" == "i386" ]];
then
- md5sums=('031e910733b7861749d27968a7d452de')
+ sha512sums=('61fb9fcf463c7a89e0553beade97e5aa193e83d1a561558302506124ae9497de121acd2f0484b68ff811accf4bfd2f2aaad26156e5a3073908e5c50c96428cf5')
fi
provides=('storcli')
conflicts=('megaraid-cli')