summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAanok2018-08-14 19:41:56 +0200
committerAanok2018-08-14 19:41:56 +0200
commit4b921a7336d54952a0d31ef8b21d980fb8f1eca7 (patch)
tree7ac77e7e90b6ab49987f56390472caf11c12c695
parenta6a5083841202b5d096ca74622501a9debd5b1f8 (diff)
downloadaur-4b921a7336d54952a0d31ef8b21d980fb8f1eca7.tar.gz
Added pgp signature verification.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cd1716c4184..352290c29394 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,10 @@ pkgbase = ripcord
license = custom
options = !strip
source = https://cancel.fm/dl/Ripcord-0.3.1-x86_64.AppImage
+ source = https://cancel.fm/dl/Ripcord-0.3.1-x86_64.AppImage.asc
validpgpkeys = ABBAD1CB484F53024CF5868B69332F9203F21F5C
sha256sums = 5510196fbc040ee5e95dfd4685ef0ec97990dbea87a0b142edb972ed83115d71
+ sha256sums = SKIP
pkgname = ripcord
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')