From 40e41ccbd110595f0268879b347822613b3eb31d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 28 Sep 2020 18:49:02 +0200 Subject: [PATCH] cegui: use replaces w/ >=0 --- srcpkgs/cegui/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cegui/template b/srcpkgs/cegui/template index 2b04106aad5..4e4e63da50c 100644 --- a/srcpkgs/cegui/template +++ b/srcpkgs/cegui/template @@ -1,7 +1,7 @@ # Template file for 'cegui' pkgname=cegui version=0.8.7.20190225 -revision=4 +revision=5 _githash=bfc6a841de45b8e63040d33b9cccc67745337f4e wrksrc="${pkgname}-${_githash}" build_style=cmake @@ -22,7 +22,7 @@ license="MIT" homepage="http://cegui.org.uk/" distfiles="https://github.com/cegui/cegui/archive/${_githash}.tar.gz" checksum=70156257313b81d068d6592887157dd16b91d7bc0dfdcba02a96ed371d329e64 -replaces="cegui-data cegui-sample" +replaces="cegui-data>=0 cegui-sample>=0" build_options="gtk irrlicht ogre python" desc_option_gtk="Enable support for GTK2"