diff options
author | matthiakl | 2025-03-22 16:43:37 +0100 |
---|---|---|
committer | matthiakl | 2025-03-22 16:43:37 +0100 |
commit | 6757e8b472fc6eddcd40a5d2b7bd613716c5a042 (patch) | |
tree | a053485ba58d48644215081b845c9594529d319b | |
parent | ac41a7911099e3f661958eaa73a1bf506b596e4f (diff) | |
download | aur-6757e8b472fc6eddcd40a5d2b7bd613716c5a042.tar.gz |
Clone from Codeberg
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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' |