Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / crawl
Commits:
d4c4c965 by Jan Alexander Steffens (heftig) at 2024-08-30T02:26:35+02:00
0.32.0-1
- - - - -
2 changed files:
- .SRCINFO
- 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.31.0
- pkgrel = 3
+ pkgver = 0.32.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.31.0
- b2sums =
37868568adf787ef85df13b8241e5c8155eb782e4ef7fa12f7500ba5584ab97218f0b272d92cd780352df1ab65dc0634a7b0c67184204b0e308139ce82724ac3
+ source = git+https://github.com/crawl/crawl#tag=0.32.0
+ b2sums =
fdbe06a12e69eacc4b427ff01d6ef101df2ef4f858157ce500b232aecf413c019fddbbda44beaca3b74132e1abf987e6774f6272c0d577bff3ec748556a961dc
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.31.0-3
+ depends = crawl-data=0.32.0-1
depends = ncurses
pkgname = crawl-tiles
@@ -55,7 +55,7 @@ pkgname = crawl-tiles
depends = lua51
depends = sqlite
depends = zlib
- depends = crawl-data=0.31.0-3
+ depends = crawl-data=0.32.0-1
depends = freetype2
depends = glu
depends = libglvnd
=====================================
PKGBUILD
=====================================
@@ -8,8 +8,8 @@ pkgname=(
crawl-ncurses
crawl-tiles
)
-pkgver=0.31.0
-pkgrel=3
+pkgver=0.32.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/"
@@ -48,7 +48,7 @@ makedepends=(
python-yaml
)
source=("git+https://github.com/crawl/crawl#tag=$pkgver")
-b2sums=('37868568adf787ef85df13b8241e5c8155eb782e4ef7fa12f7500ba5584ab97218f0b272d92cd780352df1ab65dc0634a7b0c67184204b0e308139ce82724ac3')
+b2sums=('fdbe06a12e69eacc4b427ff01d6ef101df2ef4f858157ce500b232aecf413c019fddbbda44beaca3b74132e1abf987e6774f6272c0d577bff3ec748556a961dc')
prepare() {
cp -a crawl crawl-tiles
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crawl/-/commit/d4c4c965bc86a909e88b26017694e8c2a57efa65
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crawl/-/commit/d4c4c965bc86a909e88b26017694e8c2a57efa65
You're receiving this email because of your account on gitlab.archlinux.org.