From 88ec543ddad3eda8981b578d8c17d2203d2e341e Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 15 Nov 2018 15:43:50 -0200 Subject: [PATCH] wayland-protocols: update to 1.17. --- srcpkgs/wayland-protocols/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/wayland-protocols/template b/srcpkgs/wayland-protocols/template index 9c360a79d3c..685e4f9a62e 100644 --- a/srcpkgs/wayland-protocols/template +++ b/srcpkgs/wayland-protocols/template @@ -1,19 +1,21 @@ # Template file for 'wayland-protocols' pkgname=wayland-protocols -version=1.16 +version=1.17 revision=1 noarch=yes build_style=gnu-configure -hostmakedepends="pkg-config wayland-devel" +hostmakedepends="pkg-config wayland-devel automake" short_desc="Protocols and extensions complementing the Wayland core protocol" maintainer="maxice8 " license="MIT" homepage="https://wayland.freedesktop.org" -distfiles="https://wayland.freedesktop.org/releases/wayland-protocols-${version}.tar.xz" -checksum=6b1485951fdcd36a960c870c46f28b03a3e5121fb46246916333ed07f78c98c5 +distfiles="https://github.com/wayland-project/wayland-protocols/archive/${version}.tar.gz" +checksum=f35e2e3e2b0fa71a7371e8330dcbcdedf933a9da631a326459298b4f4ba54035 pre_configure() { export wayland_scanner=wayland-scanner + + NOCONFIGURE=1 ./autogen.sh } post_install() {