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

Sébastien Luttringer seblu at archlinux.org
Sun Feb 26 13:12:23 UTC 2017


    Date: Sunday, February 26, 2017 @ 13:12:23
  Author: seblu
Revision: 289562

upgpkg: wayland 1.13.0-1

Modified:
  wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-26 10:16:38 UTC (rev 289561)
+++ PKGBUILD	2017-02-26 13:12:23 UTC (rev 289562)
@@ -4,7 +4,7 @@
 # Contributor: Joel Teichroeb <joel at teichroeb.net>
 
 pkgname=wayland
-pkgver=1.12.0
+pkgver=1.13.0
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=('i686' 'x86_64')
@@ -11,10 +11,9 @@
 url='https://wayland.freedesktop.org/'
 license=('MIT')
 depends=('glibc' 'libffi' 'expat' 'libxml2')
-makedepends=('doxygen' 'xmlto' 'graphviz' 'docbook-xsl')
 validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
 source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('9a0dd96f53fff3e227035ed76caaa209b632ea8d'
+sha1sums=('a8575325ed2885948624043c71629310df928312'
           'SKIP')
 
 build() {
@@ -22,6 +21,7 @@
 
   ./configure \
     --prefix=/usr \
+    --disable-documentation \
     --disable-static
   make
 }



More information about the arch-commits mailing list