From fc605a6796383f58cb8e1d9343821c0101f5f7a5 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Sun, 23 Nov 2014 11:02:31 +0000 Subject: [PATCH] glfw: ignore update-check for windows binaries --- srcpkgs/glfw/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/glfw/template b/srcpkgs/glfw/template index 5679fc6c432..9a321ea1b21 100644 --- a/srcpkgs/glfw/template +++ b/srcpkgs/glfw/template @@ -9,6 +9,7 @@ short_desc="Multi-platform library for creating windows with OpenGL contexts" maintainer="Enno Boland " license="BSD-3" homepage="http://www.glfw.org" +update_ignore='*WIN*' distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2" checksum=4f09d70b9e341c8613873cadb51d9e40a67982b5bb919e024783cec7ac09efc0 configure_args="-DBUILD_SHARED_LIBS=ON"