summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthiakl2023-12-22 11:23:17 +0100
committermatthiakl2023-12-22 11:23:17 +0100
commitfd89c4b612d742587d0d6887007925e5f9c36386 (patch)
tree92d164266c4a504773b6327097813c4c44d46844
parentff15af9bb3babb5672dfc8698d9273997c5faa72 (diff)
downloadaur-fd89c4b612d742587d0d6887007925e5f9c36386.tar.gz
Update SRCINFO
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c68c94b40968..69af2abcc480 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = widelands-git
pkgdesc = An elaborate realtime multiplayer strategy game with emphasis on economy and transport - development version. In the spirit of BlueByte's 'Siedler II/ Settlers 2'.
- pkgver = 1.1+git
+ pkgver = 1.2+git26407_6f1730c_20231222
pkgrel = 1
- epoch = 0
+ epoch = 1
url = http://widelands.org/
arch = aarch64
arch = i686
@@ -22,11 +22,13 @@ pkgbase = widelands-git
depends = sdl2_ttf
depends = zlib
optdepends = minizip: use system minizip instead of embedded one
- provides = widelands=1.1+git
+ optdepends = widelands-maps-rttr: To play the maps from the game "Return to the Roots" in Widelands.
+ optdepends = widelands-maps-siedler2: To play the maps from the game "Settlers II" in Widelands.
+ provides = widelands=1.2+git26407_6f1730c_20231222
conflicts = widelands
conflicts = widelands-bzr
conflicts = widelands-data
- replaces = widelands-bzr<=1.1+git
+ replaces = widelands-bzr<=1.2+git26407_6f1730c_20231222
options = !strip
source = widelands::git+https://github.com/widelands/widelands.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4da9fcc18597..d866bf0fc093 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,10 +28,6 @@ depends=(
'sdl2_ttf'
'zlib'
)
-optdepends=(
- "widelands-maps-rttr: To play the maps from the game 'Return to the Roots' in Widelands."
- "widelands-maps-siedler2: To play the maps from the game 'Settlers II' in Widelands."
-)
makedepends=(
'cmake' # For configuring the build
'coreutils' # For `nproc`
@@ -40,6 +36,8 @@ makedepends=(
)
optdepends=(
'minizip: use system minizip instead of embedded one'
+ 'widelands-maps-rttr: To play the maps from the game "Return to the Roots" in Widelands.'
+ 'widelands-maps-siedler2: To play the maps from the game "Settlers II" in Widelands.'
)
provides=(
"${_pkgname}=${pkgver}"