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

Andreas Radke andyrtr at archlinux.org
Sun Jan 15 16:00:21 UTC 2017


    Date: Sunday, January 15, 2017 @ 16:00:21
  Author: andyrtr
Revision: 286515

https sources / gpg signature fixes

Modified:
  xorg-xcursorgen/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-15 15:57:33 UTC (rev 286514)
+++ PKGBUILD	2017-01-15 16:00:21 UTC (rev 286515)
@@ -7,13 +7,15 @@
 pkgrel=1
 pkgdesc="Create an X cursor file from PNG images"
 arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/"
+url="https://xorg.freedesktop.org/"
 license=('custom')
 depends=('libx11' 'libxcursor' 'libpng')
 makedepends=('xorg-util-macros')
 groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xcursorgen-${pkgver}.tar.bz2)
-sha256sums=('31c8910f54eb175a8a74a60e7662697467e21a8bf948220a6048a93924b3f66c')
+source=(https://xorg.freedesktop.org/archive/individual/app/xcursorgen-${pkgver}.tar.bz2{,.sig})
+sha256sums=('31c8910f54eb175a8a74a60e7662697467e21a8bf948220a6048a93924b3f66c'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
 
 build() {
   cd xcursorgen-${pkgver}



More information about the arch-commits mailing list