summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormoparisthebest2017-02-24 16:13:52 -0500
committermoparisthebest2017-02-24 16:13:52 -0500
commit65db3da706ee707a74cd7c36a70703fab850bbd8 (patch)
tree5553f9c755f03c90971bd5127d63574e922e0099 /PKGBUILD
parent21a26e5ceedd1576e1ffac1d5c8cce4a7f786b23 (diff)
downloadaur-cryptsetup-multidisk.tar.gz
Enable pgp verification
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bdee8c338c05..677df7d19824 100644
--- a/PKGBUILD
+++ b/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 <admin AT moparisthebest.com>
+sha256sums=('e38eed40eadfa7dadd697cbe6d06845edad35fcc37f910e5323d5b89fce5ef67'
+ 'SKIP')
package() {
cd "archlinux_encrypthook-$pkgver"