Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / crawl
Commits:
5efbcef9 by Jan Alexander Steffens (heftig) at 2025-04-28T02:32:17+02:00
0.33b1-1
- - - - -
f8711522 by Jan Alexander Steffens (heftig) at 2025-05-03T15:47:06+02:00
0.33.0-1
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = crawl
pkgdesc = Dungeon Crawl Stone Soup: open-source, single-player,
role-playing roguelike game of exploration and treasure-hunting
- pkgver = 0.32.1
- pkgrel = 2
+ pkgver = 0.33.0
+ pkgrel = 1
url = https://crawl.develz.org/
arch = x86_64
license = GPL-2.0-or-later
@@ -27,8 +27,8 @@ pkgbase = crawl
depends = lua51
depends = sqlite
depends = zlib
- source = git+https://github.com/crawl/crawl#tag=0.32.1
- b2sums =
3b0adcec68bbb47a321f7315c5ace337f6ad3a3d49cbdc2e4d05f812b19b4f0421f32991a81f2bfdd57ba7486e5fc25fa62e5ced372b489c05812ec8b9f943eb
+ source = git+https://github.com/crawl/crawl#tag=0.33.0
+ b2sums =
506d6a3f2190173b6e5319684c0731e90624f7147f73168d3cec7b8da75eaf1e36cfc9fb90b4d152d70f3a8012444ed30c695b944e83124354373b2880209cce
pkgname = crawl-data
pkgdesc = Dungeon Crawl Stone Soup: open-source, single-player,
role-playing roguelike game of exploration and treasure-hunting - game data
@@ -44,7 +44,7 @@ pkgname = crawl-ncurses
depends = lua51
depends = sqlite
depends = zlib
- depends = crawl-data=0.32.1-2
+ depends = crawl-data=0.33.0-1
depends = ncurses
pkgname = crawl-tiles
@@ -55,7 +55,7 @@ pkgname = crawl-tiles
depends = lua51
depends = sqlite
depends = zlib
- depends = crawl-data=0.32.1-2
+ depends = crawl-data=0.33.0-1
depends = freetype2
depends = glu
depends = libglvnd
=====================================
.nvchecker.toml
=====================================
@@ -1,5 +1,6 @@
[crawl]
-source = "github"
-github = "crawl/crawl"
-use_max_tag = true
-include_regex = '\d+\.\d+\.\d+'
+source = "git"
+git = "https://github.com/crawl/crawl.git"
+include_regex = '\d+(\.\d+)*'
+from_pattern = '-([a-z])'
+to_pattern = '\1'
=====================================
PKGBUILD
=====================================
@@ -8,8 +8,8 @@ pkgname=(
crawl-ncurses
crawl-tiles
)
-pkgver=0.32.1
-pkgrel=2
+pkgver=0.33.0
+pkgrel=1
pkgdesc="Dungeon Crawl Stone Soup: open-source, single-player, role-playing \
roguelike game of exploration and treasure-hunting"
url="https://crawl.develz.org/"
@@ -47,8 +47,8 @@ makedepends=(
pngcrush
python-yaml
)
-source=("git+https://github.com/crawl/crawl#tag=$pkgver")
-b2sums=('3b0adcec68bbb47a321f7315c5ace337f6ad3a3d49cbdc2e4d05f812b19b4f0421f32991a81f2bfdd57ba7486e5fc25fa62e5ced372b489c05812ec8b9f943eb')
+source=("git+https://github.com/crawl/crawl#tag=${pkgver/[a-z]/-&}")
+b2sums=('506d6a3f2190173b6e5319684c0731e90624f7147f73168d3cec7b8da75eaf1e36cfc9fb90b4d152d70f3a8012444ed30c695b944e83124354373b2880209cce')
prepare() {
cp -a crawl crawl-tiles
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crawl/-/compare/05b59c621e8ed196569c35e2d68a0614690d3dbe...f8711522bfe0c8266fd41bf6fce9122bd18ef6f0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crawl/-/compare/05b59c621e8ed196569c35e2d68a0614690d3dbe...f8711522bfe0c8266fd41bf6fce9122bd18ef6f0
You're receiving this email because of your account on gitlab.archlinux.org.