summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-04-06 06:15:24 -0400
committerbrent s2016-04-06 06:15:24 -0400
commitd6c4c85405037061f041be89921305eeebc0aedf (patch)
tree5de22a88f92d896bcb4d668a771f5c8e7b568f62
parent99af7bd529aa8538fe5e10e60a986ecd359a7fb2 (diff)
downloadaur-d6c4c85405037061f041be89921305eeebc0aedf.tar.gz
GPG support done
-rw-r--r--.SRCINFO13
-rw-r--r--.gitignore10
-rw-r--r--PKGBUILD23
-rw-r--r--storcli_1.15.12_amd64.deb.sigbin0 -> 543 bytes
-rw-r--r--storcli_1.15.12_amd64.deb.sig.sigbin0 -> 543 bytes
-rw-r--r--storcli_1.15.12_i386.deb.sigbin0 -> 543 bytes
-rw-r--r--storcli_1.15.12_i386.deb.sig.sigbin0 -> 543 bytes
7 files changed, 30 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b63a1fdefee1..2d39deb217f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,23 @@
# Generated by mksrcinfo v8
-# Wed Apr 6 08:18:24 UTC 2016
+# Wed Apr 6 10:15: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 = 4
+ pkgrel = 5
url = https://www.thomas-krenn.com/en/wiki/StorCLI
arch = i686
arch = x86_64
license = unknown
provides = storcli
conflicts = megaraid-cli
- source = http://archive.thomas-krenn.com/packages/pool/optional/s/storcli/storcli_1.15.12_.deb
+ source_i686 = http://archive.thomas-krenn.com/packages/pool/optional/s/storcli/storcli_1.15.12_i386.deb
+ source_i686 = storcli_1.15.12_i386.deb.sig
+ md5sums_i686 = 031e910733b7861749d27968a7d452de
+ md5sums_i686 = SKIP
+ source_x86_64 = http://archive.thomas-krenn.com/packages/pool/optional/s/storcli/storcli_1.15.12_amd64.deb
+ source_x86_64 = storcli_1.15.12_amd64.deb.sig
+ md5sums_x86_64 = a899d70f8f8d106db70c7188a9edeae7
+ md5sums_x86_64 = SKIP
pkgname = storcli
diff --git a/.gitignore b/.gitignore
index 2d03b23c6e24..e16177da2907 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,8 @@
-storcli
+*/
.*.swp
*.pkg.tar.xz
-src
-pkg
+src/
+pkg/
*.tar
*.tar.bz2
*.tar.xz
@@ -12,3 +12,7 @@ pkg
*.tbz
*.tbz2
*.zip
+*.run
+*.7z
+*.rar
+*.deb
diff --git a/PKGBUILD b/PKGBUILD
index 734aecf3105b..9b09433382d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: brent s. <bts[at]square-r00t[dot]net>
-validpgpkeys=('7482 31EB CBD8 08A1 4F5E 85D2 8C00 4C2F 9348 1F6B')
+validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
pkgname=storcli
pkgver=1.15.12
-pkgrel=4
+pkgrel=5
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"
@@ -17,14 +17,17 @@ then
_arch='i386'
_bits=''
fi
-source=("http://archive.thomas-krenn.com/packages/pool/optional/s/storcli/storcli_${pkgver}_${_arch}.deb")
-if [[ "${_arch}" == "amd64" ]];
-then
- sha512sums=('f3a18bbcde3dae2bddb1bac3edbdbe0064574e983bbc6bf9751e79abd7163de64d4d759fa4298f4559676e4fae2a0ad40118fef4968ea205086b5aca8fa1160b')
-elif [[ "${_arch}" == "i386" ]];
-then
- sha512sums=('61fb9fcf463c7a89e0553beade97e5aa193e83d1a561558302506124ae9497de121acd2f0484b68ff811accf4bfd2f2aaad26156e5a3073908e5c50c96428cf5')
-fi
+source_x86_64=("http://archive.thomas-krenn.com/packages/pool/optional/s/${pkgname}/${pkgname}_${pkgver}_amd64.deb"
+ "${pkgname}_${pkgver}_amd64.deb.sig")
+source_i686=("http://archive.thomas-krenn.com/packages/pool/optional/s/${pkgname}/${pkgname}_${pkgver}_i386.deb"
+ "${pkgname}_${pkgver}_i386.deb.sig")
+
+
+md5sums_i686=('031e910733b7861749d27968a7d452de'
+ 'SKIP')
+md5sums_x86_64=('a899d70f8f8d106db70c7188a9edeae7'
+ 'SKIP')
+
provides=('storcli')
conflicts=('megaraid-cli')
diff --git a/storcli_1.15.12_amd64.deb.sig b/storcli_1.15.12_amd64.deb.sig
new file mode 100644
index 000000000000..2c0b3f6af600
--- /dev/null
+++ b/storcli_1.15.12_amd64.deb.sig
Binary files differ
diff --git a/storcli_1.15.12_amd64.deb.sig.sig b/storcli_1.15.12_amd64.deb.sig.sig
new file mode 100644
index 000000000000..b6fc43c814e3
--- /dev/null
+++ b/storcli_1.15.12_amd64.deb.sig.sig
Binary files differ
diff --git a/storcli_1.15.12_i386.deb.sig b/storcli_1.15.12_i386.deb.sig
new file mode 100644
index 000000000000..2fb69746ca76
--- /dev/null
+++ b/storcli_1.15.12_i386.deb.sig
Binary files differ
diff --git a/storcli_1.15.12_i386.deb.sig.sig b/storcli_1.15.12_i386.deb.sig.sig
new file mode 100644
index 000000000000..d09b269755a9
--- /dev/null
+++ b/storcli_1.15.12_i386.deb.sig.sig
Binary files differ