From 88d1e428883bb059a7b936e988a680b4ff5ad153 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Sun, 12 Mar 2017 16:43:45 -0400 Subject: [PATCH] Update my packages --- src/cryptsetup-multidisk-ssh/.SRCINFO | 5 ++++- src/cryptsetup-multidisk-ssh/PKGBUILD | 10 +++++++--- src/cryptsetup-multidisk/.SRCINFO | 5 ++++- src/cryptsetup-multidisk/PKGBUILD | 9 ++++++--- src/pkgsync/.SRCINFO | 5 ++++- src/pkgsync/PKGBUILD | 9 ++++++--- src/sendxmpp-py/.SRCINFO | 5 ++++- src/sendxmpp-py/PKGBUILD | 9 ++++++--- 8 files changed, 41 insertions(+), 16 deletions(-) diff --git a/src/cryptsetup-multidisk-ssh/.SRCINFO b/src/cryptsetup-multidisk-ssh/.SRCINFO index 13437ea..580e461 100644 --- a/src/cryptsetup-multidisk-ssh/.SRCINFO +++ b/src/cryptsetup-multidisk-ssh/.SRCINFO @@ -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 diff --git a/src/cryptsetup-multidisk-ssh/PKGBUILD b/src/cryptsetup-multidisk-ssh/PKGBUILD index 286be08..d9f7f2c 100644 --- a/src/cryptsetup-multidisk-ssh/PKGBUILD +++ b/src/cryptsetup-multidisk-ssh/PKGBUILD @@ -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 +sha256sums=('a886feb187c398048f49e15b4ead113caa5dfb568ed842e9bbdc556f9bdff079' + 'SKIP') package() { cd "${pkgname}-$pkgver" diff --git a/src/cryptsetup-multidisk/.SRCINFO b/src/cryptsetup-multidisk/.SRCINFO index e58202c..b463e7b 100644 --- a/src/cryptsetup-multidisk/.SRCINFO +++ b/src/cryptsetup-multidisk/.SRCINFO @@ -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 diff --git a/src/cryptsetup-multidisk/PKGBUILD b/src/cryptsetup-multidisk/PKGBUILD index bdee8c3..677df7d 100644 --- a/src/cryptsetup-multidisk/PKGBUILD +++ b/src/cryptsetup-multidisk/PKGBUILD @@ -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 +sha256sums=('e38eed40eadfa7dadd697cbe6d06845edad35fcc37f910e5323d5b89fce5ef67' + 'SKIP') package() { cd "archlinux_encrypthook-$pkgver" diff --git a/src/pkgsync/.SRCINFO b/src/pkgsync/.SRCINFO index 323b8dc..614b5c2 100644 --- a/src/pkgsync/.SRCINFO +++ b/src/pkgsync/.SRCINFO @@ -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 diff --git a/src/pkgsync/PKGBUILD b/src/pkgsync/PKGBUILD index d6976a3..2c1b657 100644 --- a/src/pkgsync/PKGBUILD +++ b/src/pkgsync/PKGBUILD @@ -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 package() { install -d "${pkgdir}"/etc/{default,$pkgname}/ diff --git a/src/sendxmpp-py/.SRCINFO b/src/sendxmpp-py/.SRCINFO index fe3319c..3b9e9fb 100644 --- a/src/sendxmpp-py/.SRCINFO +++ b/src/sendxmpp-py/.SRCINFO @@ -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 diff --git a/src/sendxmpp-py/PKGBUILD b/src/sendxmpp-py/PKGBUILD index aa62d75..3a95e4b 100644 --- a/src/sendxmpp-py/PKGBUILD +++ b/src/sendxmpp-py/PKGBUILD @@ -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 +sha256sums=('50fa7fdb38291aa2d49e330f4fb627ae1bb671572fbc1682b8b82593d34c45e2' + 'SKIP') package() { cd "sendxmpp-py-$pkgver"