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

Evangelos Foutras foutrelis at archlinux.org
Wed Jun 10 21:43:19 UTC 2020


    Date: Wednesday, June 10, 2020 @ 21:43:18
  Author: foutrelis
Revision: 641852

Verify signed git tag with gpg

Modified:
  wkhtmltopdf/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-10 21:28:04 UTC (rev 641851)
+++ PKGBUILD	2020-06-10 21:43:18 UTC (rev 641852)
@@ -10,8 +10,9 @@
 depends=('qt5-webkit' 'qt5-svg' 'qt5-xmlpatterns')
 makedepends=('git')
 optdepends=('xorg-server: wkhtmltopdf needs X or Xvfb to operate')
-source=("git+https://github.com/wkhtmltopdf/wkhtmltopdf.git#tag=$pkgver")
+source=("git+https://github.com/wkhtmltopdf/wkhtmltopdf.git#tag=$pkgver?signed")
 sha256sums=('SKIP')
+validpgpkeys=('76C0969C076A23EC4849F462D3E3E8ACF99DE8EA') # Ashish Kulkarni (Open Source) <ashish at kulkarni.dev>
 
 build() {
   cd $pkgname



More information about the arch-commits mailing list