summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConor Anderson2018-02-22 16:40:09 -0500
committerConor Anderson2018-02-22 16:40:09 -0500
commit9fd262297b1f9d884572e02e21b5a27a858fc692 (patch)
treebc37e6b44edbb55cddff422bab455bd700d0fe4d
parent3afde86dbb708e849193c6c45ec0ce31e24d6820 (diff)
downloadaur-9fd262297b1f9d884572e02e21b5a27a858fc692.tar.gz
Revert "Temporarily disable sig checking at request of upstream."
This reverts commit 3afde86dbb708e849193c6c45ec0ce31e24d6820.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 021d22b2bbb4..0b51cc517e2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,7 +21,10 @@ pkgbase = sirikali
optdepends = ecryptfs-simple: for eCryptfs support
conflicts = sirikali-git
source = SiriKali-1.3.3.tar.xz::https://github.com/mhogomchungu/sirikali/releases/download/1.3.3/SiriKali-1.3.3.tar.xz
+ source = SiriKali-1.3.3.tar.xz.asc::https://github.com/mhogomchungu/sirikali/releases/download/1.3.3/SiriKali-1.3.3.tar.xz.asc
+ validpgpkeys = E3AF84691424AD00E099003502FC64E8DEBF43A8
sha256sums = 2ab44411f9aee06d0d7ca4592fbf8d830078b99f6bc60469648c5b0d8baefa21
+ sha256sums = SKIP
pkgname = sirikali
diff --git a/PKGBUILD b/PKGBUILD
index 3101f921bb93..1627098a00d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,11 +17,11 @@ optdepends=('libsecret: support for Gnome libsecret password storage (must recom
'encfs: for EncFS support'
'ecryptfs-simple: for eCryptfs support')
conflicts=("sirikali-git")
-source=("${_name}-${pkgver}.tar.xz::https://github.com/mhogomchungu/${pkgname}/releases/download/${pkgver}/${_name}-${pkgver}.tar.xz")
-#"${_name}-${pkgver}.tar.xz.asc::https://github.com/mhogomchungu/${pkgname}/releases/download/${pkgver}/${_name}-${pkgver}.tar.xz.asc")
-sha256sums=('2ab44411f9aee06d0d7ca4592fbf8d830078b99f6bc60469648c5b0d8baefa21')
-# 'SKIP')
-#validpgpkeys=('E3AF84691424AD00E099003502FC64E8DEBF43A8')
+source=("${_name}-${pkgver}.tar.xz::https://github.com/mhogomchungu/${pkgname}/releases/download/${pkgver}/${_name}-${pkgver}.tar.xz"
+ "${_name}-${pkgver}.tar.xz.asc::https://github.com/mhogomchungu/${pkgname}/releases/download/${pkgver}/${_name}-${pkgver}.tar.xz.asc")
+sha256sums=('2ab44411f9aee06d0d7ca4592fbf8d830078b99f6bc60469648c5b0d8baefa21'
+ 'SKIP')
+validpgpkeys=('E3AF84691424AD00E099003502FC64E8DEBF43A8')
prepare() {
cd "$srcdir/${_name}-${pkgver}"