[arch-commits] Commit in intel-gpu-tools/trunk (PKGBUILD)

Daniel Micay thestinger at archlinux.org
Wed Aug 10 00:55:26 UTC 2016


    Date: Wednesday, August 10, 2016 @ 00:55:26
  Author: thestinger
Revision: 186268

intel-gpu-tools: add signature and use https

Modified:
  intel-gpu-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-10 00:01:04 UTC (rev 186267)
+++ PKGBUILD	2016-08-10 00:55:26 UTC (rev 186268)
@@ -12,8 +12,11 @@
 url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
 depends=(libdrm libpciaccess cairo python)
 makedepends=(swig gtk-doc xorg-util-macros dri2proto)
-source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
-md5sums=('dea5d3a60f93054760d773aaa3a36b1f')
+source=(https://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2
+        https://www.x.org/releases/individual/app/intel-gpu-tools-1.15.tar.bz2.sig)
+md5sums=('dea5d3a60f93054760d773aaa3a36b1f'
+         'SKIP')
+validpgpkeys=(664F2250EF4D2A5E3C79BDBDB98B588010CF213E)
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list