Update my packages

This commit is contained in:
Travis Burtrum 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"

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"

View File

@ -8,8 +8,11 @@ pkgbase = pkgsync
backup = etc/pkgsync/pkg_blacklist.list
backup = etc/pkgsync/pkg_exclude.list
backup = etc/default/pkgsync
source = https://codeload.github.com/moparisthebest/pkgsync/tar.gz/v1.01
source = https://github.com/moparisthebest/pkgsync/archive/v1.01.tar.gz
source = https://github.com/moparisthebest/pkgsync/releases/download/v1.01/v1.01.tar.gz.asc
validpgpkeys = 81F1C22DD41109D4A9C0A7B5B070F8D97D1A0BBA
sha256sums = 0d04af19ed5ffad2814b2845849a46ce2d606b4ef8e93e0dffb3b0f0ed8e760d
sha256sums = SKIP
pkgname = pkgsync

View File

@ -6,10 +6,13 @@ pkgrel=1
pkgdesc='Sync installed packages across Arch installs'
arch=('any')
license=('GPL3')
url="https://github.com/moparisthebest/$pkgname"
author='moparisthebest'
url="https://github.com/$author/$pkgname"
backup=("etc/$pkgname/pkg_blacklist.list" "etc/$pkgname/pkg_exclude.list" "etc/default/$pkgname")
source=("https://codeload.github.com/moparisthebest/$pkgname/tar.gz/v$pkgver")
sha256sums=('0d04af19ed5ffad2814b2845849a46ce2d606b4ef8e93e0dffb3b0f0ed8e760d')
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")
sha256sums=('0d04af19ed5ffad2814b2845849a46ce2d606b4ef8e93e0dffb3b0f0ed8e760d'
'SKIP')
validpgpkeys=('81F1C22DD41109D4A9C0A7B5B070F8D97D1A0BBA') # moparisthebest <admin AT moparisthebest.com>
package() {
install -d "${pkgdir}"/etc/{default,$pkgname}/

View File

@ -10,8 +10,11 @@ pkgbase = sendxmpp-py
depends = python
provides = sendxmpp
conflicts = sendxmpp
source = https://codeload.github.com/moparisthebest/sendxmpp-py/tar.gz/v1.0
source = https://github.com/moparisthebest/sendxmpp-py/archive/v1.0.tar.gz
source = https://github.com/moparisthebest/sendxmpp-py/releases/download/v1.0/v1.0.tar.gz.asc
validpgpkeys = 81F1C22DD41109D4A9C0A7B5B070F8D97D1A0BBA
sha256sums = 50fa7fdb38291aa2d49e330f4fb627ae1bb671572fbc1682b8b82593d34c45e2
sha256sums = SKIP
pkgname = sendxmpp-py

View File

@ -9,9 +9,12 @@ license=('GPL3')
depends=('python-dnspython' 'python-sleekxmpp' 'python')
provides=('sendxmpp')
conflicts=('sendxmpp')
url="https://github.com/moparisthebest/sendxmpp-py"
source=("https://codeload.github.com/moparisthebest/sendxmpp-py/tar.gz/v$pkgver")
sha256sums=('50fa7fdb38291aa2d49e330f4fb627ae1bb671572fbc1682b8b82593d34c45e2')
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=('50fa7fdb38291aa2d49e330f4fb627ae1bb671572fbc1682b8b82593d34c45e2'
'SKIP')
package() {
cd "sendxmpp-py-$pkgver"