[arch-commits] Commit in focuswriter/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Sun Jul 5 10:49:18 UTC 2020


    Date: Sunday, July 5, 2020 @ 10:49:18
  Author: bgyorgy
Revision: 657806

Add PGP validation

Modified:
  focuswriter/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-05 10:39:08 UTC (rev 657805)
+++ PKGBUILD	2020-07-05 10:49:18 UTC (rev 657806)
@@ -10,8 +10,10 @@
 license=(GPL3)
 depends=(hicolor-icon-theme hunspell qt5-multimedia)
 makedepends=(qt5-tools)
-source=("https://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2")
-sha256sums=('34f576a49c9fe64aedad66e02efafc29c840b6c3ddc98a42d87dfda499710541')
+source=("https://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2"{,.asc})
+sha256sums=('34f576a49c9fe64aedad66e02efafc29c840b6c3ddc98a42d87dfda499710541'
+            'SKIP')
+validpgpkeys=('57E4D43C10CD7EDB8360C84774FFC7F02C4F6B37')
 
 prepare() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list