summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthiakl2025-03-22 16:43:37 +0100
committermatthiakl2025-03-22 16:43:37 +0100
commit6757e8b472fc6eddcd40a5d2b7bd613716c5a042 (patch)
treea053485ba58d48644215081b845c9594529d319b
parentac41a7911099e3f661958eaa73a1bf506b596e4f (diff)
downloadaur-6757e8b472fc6eddcd40a5d2b7bd613716c5a042.tar.gz
Clone from Codeberg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa3b7797d0be..961e944061f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.2+git
+ pkgver = 1.3+git
pkgrel = 1
epoch = 1
url = http://widelands.org/
@@ -24,13 +24,13 @@ pkgbase = widelands-git
optdepends = minizip: use system minizip instead of embedded one
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+git
+ provides = widelands=1.3+git
conflicts = widelands
conflicts = widelands-bzr
conflicts = widelands-data
replaces = widelands-bzr<=1.2+git
options = !strip
- source = widelands::git+https://github.com/widelands/widelands.git
+ source = widelands::git+https://codeberg.org/wl/widelands.git
sha256sums = SKIP
pkgname = widelands-git
diff --git a/PKGBUILD b/PKGBUILD
index d866bf0fc093..2d093a4e5e18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _pkgname=widelands
pkgname="${_pkgname}-git"
epoch=1
_pkgver=latest
-pkgver=1.2+git26407_6f1730c_20231222
+pkgver=1.3+git
pkgrel=1
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'."
url="http://widelands.org/"
@@ -51,7 +51,7 @@ replaces=(
"${_pkgname}-bzr<=${pkgver}" # Previously, the development code was hosted a another location in a bazaar repository.
)
source=(
- "${_pkgname}::git+https://github.com/${_pkgname}/${_pkgname}.git"
+ "${_pkgname}::git+https://codeberg.org/wl/${_pkgname}.git"
)
sha256sums=(
'SKIP'