summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Bray2017-04-01 18:55:54 +0100
committerMatt Bray2017-04-01 18:55:54 +0100
commit647fb6bf7d5fbe5169081e19c070dccfc7b5825f (patch)
treea759104efb2a63f719b54c983012976fd3ad5949
parent767ecb742ab4af78ce259668a6702d1891d41ae1 (diff)
downloadaur-647fb6bf7d5fbe5169081e19c070dccfc7b5825f.tar.gz
Validate with PGP
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48318d7c0b24..5eb832da6191 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,10 @@ pkgbase = elm-format-0.18-bin
conflicts = elm-format-0.16-bin
conflicts = elm-format-0.17-bin
source = https://github.com/avh4/elm-format/releases/download/0.6.0-alpha/elm-format-0.18-0.6.0-alpha-linux-x64.tgz
+ source = https://github.com/avh4/elm-format/releases/download/0.6.0-alpha/elm-format-0.18-0.6.0-alpha-linux-x64.tgz.asc
+ validpgpkeys = C3B74EE9EBC8412DFEE1FECE11357FB6FDD7BEC0
md5sums = 6fe7b842c7d303eac123960b8bbddec5
+ md5sums = SKIP
pkgname = elm-format-0.18-bin
diff --git a/PKGBUILD b/PKGBUILD
index 871f1e0061fc..d923c2a10c97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,10 +20,18 @@ backup=()
options=()
install=
changelog=
-source=("https://github.com/avh4/elm-format/releases/download/${pkgver//_/-}/$_source_pkgname-${pkgver//_/-}-linux-x64.tgz")
+source=(
+ "https://github.com/avh4/elm-format/releases/download/${pkgver//_/-}/$_source_pkgname-${pkgver//_/-}-linux-x64.tgz"
+ "https://github.com/avh4/elm-format/releases/download/${pkgver//_/-}/$_source_pkgname-${pkgver//_/-}-linux-x64.tgz.asc"
+ )
noextract=()
-md5sums=('6fe7b842c7d303eac123960b8bbddec5')
-validpgpkeys=()
+md5sums=(
+ '6fe7b842c7d303eac123960b8bbddec5'
+ 'SKIP'
+)
+validpgpkeys=(
+ 'C3B74EE9EBC8412DFEE1FECE11357FB6FDD7BEC0'
+)
# prepare() {
# }