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

Jan de Groot jgc at archlinux.org
Thu Dec 1 08:49:11 UTC 2016


    Date: Thursday, December 1, 2016 @ 08:49:11
  Author: jgc
Revision: 282421

Use HTTPS, add gpg key

Modified:
  inputproto/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-01 08:46:57 UTC (rev 282420)
+++ PKGBUILD	2016-12-01 08:49:11 UTC (rev 282421)
@@ -8,10 +8,12 @@
 pkgdesc="X11 Input extension wire protocol"
 arch=(any)
 license=('custom')
-url="http://xorg.freedesktop.org/"
+url="https://xorg.freedesktop.org/"
 makedepends=('xorg-util-macros' 'asciidoc')
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('893a6af55733262058a27b38eeb1edc733669f01d404e8581b167f03c03ef31d')
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('893a6af55733262058a27b38eeb1edc733669f01d404e8581b167f03c03ef31d'
+            'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF')
 
 build() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list