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

@@ -5,8 +5,11 @@ pkgbase = cryptsetup-multidisk
url = https://github.com/moparisthebest/archlinux_encrypthook
arch = any
license = GPL3
source = https://codeload.github.com/moparisthebest/archlinux_encrypthook/tar.gz/v1.0
source = https://github.com/moparisthebest/archlinux_encrypthook/archive/v1.0.tar.gz
source = https://github.com/moparisthebest/archlinux_encrypthook/releases/download/v1.0/v1.0.tar.gz.asc
validpgpkeys = 81F1C22DD41109D4A9C0A7B5B070F8D97D1A0BBA
sha256sums = e38eed40eadfa7dadd697cbe6d06845edad35fcc37f910e5323d5b89fce5ef67
sha256sums = SKIP
pkgname = cryptsetup-multidisk

View File

@@ -6,9 +6,12 @@ pkgrel=1
pkgdesc='Handle multiple encrypted root devices'
arch=('any')
license=('GPL3')
url="https://github.com/moparisthebest/archlinux_encrypthook"
source=("https://codeload.github.com/moparisthebest/archlinux_encrypthook/tar.gz/v$pkgver")
sha256sums=('e38eed40eadfa7dadd697cbe6d06845edad35fcc37f910e5323d5b89fce5ef67')
author='moparisthebest'
url="https://github.com/$author/archlinux_encrypthook"
source=("https://github.com/$author/archlinux_encrypthook/archive/v$pkgver.tar.gz" "https://github.com/$author/archlinux_encrypthook/releases/download/v$pkgver/v$pkgver.tar.gz.asc")
validpgpkeys=('81F1C22DD41109D4A9C0A7B5B070F8D97D1A0BBA') # moparisthebest <admin AT moparisthebest.com>
sha256sums=('e38eed40eadfa7dadd697cbe6d06845edad35fcc37f910e5323d5b89fce5ef67'
'SKIP')
package() {
cd "archlinux_encrypthook-$pkgver"