Package Details: war1gus 3.3.2-1

Git Clone URL: https://aur.archlinux.org/war1gus.git (read-only, click to copy)
Package Base: war1gus
Description: Warcraft1 Mod that allows you to play Warcraft1 with the Stratagus engine
Upstream URL: https://github.com/Wargus/war1gus
Licenses: GPL
Conflicts: war1gus-git
Submitter: ipochto
Maintainer: ipochto
Last Packager: ipochto
Votes: 3
Popularity: 0.150512
First Submitted: 2021-11-29 08:19 (UTC)
Last Updated: 2022-08-11 08:05 (UTC)

Dependencies (10)

Required by (0)

Sources (1)

Latest Comments

ipochto commented on 2025-04-16 09:19 (UTC)

There is an issue with the latest cmake.

I'll fix it soon, but I'm AFK right now.

For fast fix you should edit PKGBUILD to add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 for cmake args.

Here: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=war1gus#n32

It would look like this:

build() {
  cd ${srcdir}
  cmake "${pkgname}-${pkgver}" -DCMAKE_INSTALL_PREFIX=/usr -DGAMEDIR=/usr/bin -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -Bbuild
  make -C build
}

ipochto commented on 2022-08-09 12:17 (UTC)

Finally updated to 3.3.1 Sorry for delay.

ipochto commented on 2022-07-28 03:38 (UTC)

Hi, I'm in out-of-pc vacation right now, the package will be updated immediately after my return. It's about two weeks from now. Thanks for your patience