Date: Tuesday, January 17, 2017 @ 21:03:57
  Author: andyrtr
Revision: 286861

https sources / gpg signature fixes

Modified:
  libxext/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-01-17 21:02:07 UTC (rev 286860)
+++ PKGBUILD    2017-01-17 21:03:57 UTC (rev 286861)
@@ -7,12 +7,14 @@
 pkgrel=1
 pkgdesc="X11 miscellaneous extensions library"
 arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/";
+url="https://xorg.freedesktop.org/";
 license=('custom')
 depends=('libx11' 'xextproto')
 makedepends=('xorg-util-macros')
-source=("${url}/releases/individual/lib/libXext-${pkgver}.tar.bz2")
-sha256sums=('b518d4d332231f313371fdefac59e3776f4f0823bcb23cf7c7305bfb57b16e35')
+source=(${url}/releases/individual/lib/libXext-${pkgver}.tar.bz2{,.sig})
+sha256sums=('b518d4d332231f313371fdefac59e3776f4f0823bcb23cf7c7305bfb57b16e35'
+            'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # "Peter Hutterer 
(Who-T) <off...@who-t.net>"
 
 build() {
   cd libXext-${pkgver}

Reply via email to