Update my packages

This commit is contained in:
moparisthebest
2017-03-12 16:43:45 -04:00
parent 223198f8d5
commit 88d1e42888
8 changed files with 41 additions and 16 deletions

View File

@@ -8,8 +8,11 @@ pkgbase = cryptsetup-multidisk-ssh
depends = cryptsetup
optdepends = mkinitcpio-dropbear: Allow the encryptssh hook to unlock a root container remotely using dropbear
optdepends = mkinitcpio-tinyssh: Allow the encryptssh hook to unlock a root container remotely using tinyssh
source = https://codeload.github.com/moparisthebest/cryptsetup-multidisk-ssh/tar.gz/v1.0
source = https://github.com/moparisthebest/cryptsetup-multidisk-ssh/archive/v1.0.tar.gz
source = https://github.com/moparisthebest/cryptsetup-multidisk-ssh/releases/download/v1.0/v1.0.tar.gz.asc
validpgpkeys = 81F1C22DD41109D4A9C0A7B5B070F8D97D1A0BBA
sha256sums = a886feb187c398048f49e15b4ead113caa5dfb568ed842e9bbdc556f9bdff079
sha256sums = SKIP
pkgname = cryptsetup-multidisk-ssh

View File

@@ -9,9 +9,13 @@ license=('GPL3')
depends=('cryptsetup')
optdepends=('mkinitcpio-dropbear: Allow the encryptssh hook to unlock a root container remotely using dropbear'
'mkinitcpio-tinyssh: Allow the encryptssh hook to unlock a root container remotely using tinyssh')
url="https://github.com/moparisthebest/cryptsetup-multidisk-ssh"
source=("https://codeload.github.com/moparisthebest/cryptsetup-multidisk-ssh/tar.gz/v$pkgver")
sha256sums=('a886feb187c398048f49e15b4ead113caa5dfb568ed842e9bbdc556f9bdff079')
author='moparisthebest'
url="https://github.com/$author/$pkgname"
source=("https://github.com/$author/$pkgname/archive/v$pkgver.tar.gz" "https://github.com/$author/$pkgname/releases/download/v$pkgver/v$pkgver.tar.gz.asc")
validpgpkeys=('81F1C22DD41109D4A9C0A7B5B070F8D97D1A0BBA') # moparisthebest <admin AT moparisthebest.com>
sha256sums=('a886feb187c398048f49e15b4ead113caa5dfb568ed842e9bbdc556f9bdff079'
'SKIP')
package() {
cd "${pkgname}-$pkgver"