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

Sébastien Luttringer seblu at archlinux.org
Mon Aug 22 20:35:01 UTC 2016


    Date: Monday, August 22, 2016 @ 20:35:00
  Author: seblu
Revision: 274597

- implement part of FS#50437

Modified:
  wayland-protocols/trunk/PKGBUILD
  wayland/trunk/PKGBUILD

---------------------------+
 -protocols/trunk/PKGBUILD |    6 ++++--
 trunk/PKGBUILD            |    6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2016-08-22 20:28:01 UTC (rev 274596)
+++ trunk/PKGBUILD	2016-08-22 20:35:00 UTC (rev 274597)
@@ -12,8 +12,10 @@
 license=('MIT')
 depends=('glibc' 'libffi' 'expat' 'libxml2')
 makedepends=('doxygen' 'xmlto' 'graphviz' 'docbook-xsl')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
-sha1sums=('ba0494a3ab811251f7ad72710bc751cb668d8848')
+validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('ba0494a3ab811251f7ad72710bc751cb668d8848'
+          'SKIP')
 
 build() {
   cd $pkgname-$pkgver

Modified: -protocols/trunk/PKGBUILD
===================================================================
--- -protocols/trunk/PKGBUILD	2016-08-22 20:28:01 UTC (rev 274596)
+++ -protocols/trunk/PKGBUILD	2016-08-22 20:35:00 UTC (rev 274597)
@@ -9,8 +9,10 @@
 url='http://wayland.freedesktop.org'
 license=('MIT')
 makedepends=('wayland')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
-sha1sums=('c4726694daf5feb1437f5f4f13c3b2a9b94b8118')
+validpgpkeys=('8307C0A224BABDA1BABD0EB9A6EEEC9E0136164A') # Jonas Ådahl
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('c4726694daf5feb1437f5f4f13c3b2a9b94b8118'
+          'SKIP')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list