summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-04-06 04:18:24 -0400
committerbrent s2016-04-06 04:18:24 -0400
commit99af7bd529aa8538fe5e10e60a986ecd359a7fb2 (patch)
tree230825851c3be0e924b9083336f9daf8fc2105b1
parent9529fb9ad22bb98f3e1714380cd2492a2020e229 (diff)
downloadaur-99af7bd529aa8538fe5e10e60a986ecd359a7fb2.tar.gz
adding gitignore, updating to sha512sums
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore14
-rw-r--r--PKGBUILD7
3 files changed, 20 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3435d75b98d..b63a1fdefee1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jan 19 02:20:20 UTC 2016
+# Wed Apr 6 08:18:24 UTC 2016
pkgbase = storcli
pkgdesc = CLI program for LSI MegaRAID cards, also works with some Dell PERC RAID cards (successor to megaraid-cli)
pkgver = 1.15.12
- pkgrel = 3
+ pkgrel = 4
url = https://www.thomas-krenn.com/en/wiki/StorCLI
arch = i686
arch = x86_64
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..2d03b23c6e24
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+storcli
+.*.swp
+*.pkg.tar.xz
+src
+pkg
+*.tar
+*.tar.bz2
+*.tar.xz
+*.tar.gz
+*.tgz
+*.txz
+*.tbz
+*.tbz2
+*.zip
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')