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

Evangelos Foutras foutrelis at archlinux.org
Wed Jun 9 13:58:57 UTC 2021


    Date: Wednesday, June 9, 2021 @ 13:58:57
  Author: foutrelis
Revision: 960140

upgpkg: widelands 21-7: remove boost-libs from dependencies

>From boost 1.76 notes: "Regex is now header only except in C++03 mode."

Modified:
  widelands/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-09 13:57:43 UTC (rev 960139)
+++ PKGBUILD	2021-06-09 13:58:57 UTC (rev 960140)
@@ -5,12 +5,12 @@
 pkgname=widelands
 pkgver=21
 _realver=build${pkgver}
-pkgrel=6
+pkgrel=7
 pkgdesc="A realtime strategy game with emphasis on economy and transport"
 arch=('x86_64')
 url="https://widelands.org/"
 license=('GPL')
-depends=('sdl2_mixer' 'sdl2_image' 'sdl2_net' 'sdl2_ttf' 'sdl2_gfx' 'lua' 'glew' 'python' 'boost-libs' 'dbus')
+depends=('sdl2_mixer' 'sdl2_image' 'sdl2_net' 'sdl2_ttf' 'sdl2_gfx' 'lua' 'glew' 'python' 'dbus')
 makedepends=('cmake' 'boost' 'mesa' 'ninja' 'git')
 replaces=('widelands-data')
 source=("git+https://github.com/widelands/widelands.git#tag=build$pkgver"



More information about the arch-commits mailing list