summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormoparisthebest2017-02-24 16:16:33 -0500
committermoparisthebest2017-02-24 16:16:33 -0500
commit04c72b6de465281f12434587f0b2d67b4ee37558 (patch)
treeb3ef8601caa896f9aeb9ac034da8f731e76b17a2 /PKGBUILD
parent63a194eecb10d42b2229e2169cb6b7c2825e2679 (diff)
downloadaur-cryptsetup-multidisk-ssh.tar.gz
Enable pgp verification
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 286be08b4bff..d9f7f2cd8233 100644
--- a/PKGBUILD
+++ b/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 <admin AT moparisthebest.com>
+sha256sums=('a886feb187c398048f49e15b4ead113caa5dfb568ed842e9bbdc556f9bdff079'
+ 'SKIP')
package() {
cd "${pkgname}-$pkgver"