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

Andreas Radke andyrtr at archlinux.org
Fri Jan 13 22:10:37 UTC 2017


    Date: Friday, January 13, 2017 @ 22:10:36
  Author: andyrtr
Revision: 286247

https sources / gpg signature fixes

Modified:
  libice/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-13 22:07:42 UTC (rev 286246)
+++ PKGBUILD	2017-01-13 22:10:36 UTC (rev 286247)
@@ -8,12 +8,14 @@
 pkgrel=1
 pkgdesc="X11 Inter-Client Exchange library"
 arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/"
+url="https://xorg.freedesktop.org/"
 depends=('glibc' 'xproto>=7.0.18')
 makedepends=('xtrans>=1.2.5' 'xorg-util-macros')
-source=(${url}/releases/individual/lib/libICE-${pkgver}.tar.bz2)
+source=(${url}/releases/individual/lib/libICE-${pkgver}.tar.bz2{,.sig})
 license=('custom')
-sha256sums=('8f7032f2c1c64352b5423f6b48a8ebdc339cc63064af34d66a6c9aa79759e202')
+sha256sums=('8f7032f2c1c64352b5423f6b48a8ebdc339cc63064af34d66a6c9aa79759e202'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
 
 build() {
   cd libICE-${pkgver}



More information about the arch-commits mailing list