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

Andreas Radke andyrtr at archlinux.org
Sun Jan 15 11:02:13 UTC 2017


    Date: Sunday, January 15, 2017 @ 11:02:12
  Author: andyrtr
Revision: 286473

https sources / gpg signature fixes

Modified:
  xorg-xinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-15 10:57:47 UTC (rev 286472)
+++ PKGBUILD	2017-01-15 11:02:12 UTC (rev 286473)
@@ -6,13 +6,15 @@
 pkgrel=1
 pkgdesc="Small commandline tool to configure devices"
 arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/"
+url="https://xorg.freedesktop.org/"
 license=('custom')
 depends=('libx11' 'libxi>=1.5.99.2' 'xorg-xrandr' 'libxinerama')
 makedepends=('xorg-util-macros' 'inputproto' 'libxfixes')
 groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xinput-${pkgver}.tar.bz2)
-sha256sums=('3694d29b4180952fbf13c6d4e59541310cbb11eef5bf888ff3d8b7f4e3aee5c4')
+source=(https://xorg.freedesktop.org/archive/individual/app/xinput-${pkgver}.tar.bz2{,.sig})
+sha256sums=('3694d29b4180952fbf13c6d4e59541310cbb11eef5bf888ff3d8b7f4e3aee5c4'
+            'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # "Peter Hutterer (Who-T) <office at who-t.net>"
 
 build() {
   cd xinput-${pkgver}



More information about the arch-commits mailing list