summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAanok2018-08-14 19:41:56 +0200
committerAanok2018-08-14 19:41:56 +0200
commit4b921a7336d54952a0d31ef8b21d980fb8f1eca7 (patch)
tree7ac77e7e90b6ab49987f56390472caf11c12c695 /PKGBUILD
parenta6a5083841202b5d096ca74622501a9debd5b1f8 (diff)
downloadaur-4b921a7336d54952a0d31ef8b21d980fb8f1eca7.tar.gz
Added pgp signature verification.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 8 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4d7fcaed723..735585a905b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,14 @@ license=('custom')
validpgpkeys=('ABBAD1CB484F53024CF5868B69332F9203F21F5C')
_file="Ripcord-${pkgver}-${CARCH}.AppImage"
-source=("https://cancel.fm/dl/$_file")
-sha256sums=('5510196fbc040ee5e95dfd4685ef0ec97990dbea87a0b142edb972ed83115d71')
+source=(
+ "https://cancel.fm/dl/$_file"
+ "https://cancel.fm/dl/$_file.asc"
+ )
+sha256sums=(
+ '5510196fbc040ee5e95dfd4685ef0ec97990dbea87a0b142edb972ed83115d71'
+ 'SKIP'
+ )
# !! AppImage is emptied if symbols are stripped away !!
options=('!strip')