Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / crawl


Commits:
64a5f397 by Antonio Rojas at 2023-12-26T12:38:58+01:00
upgpkg: 0.30.1-1: Update to 0.30.1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,57 @@
+pkgbase = crawl
+       pkgdesc = Dungeon Crawl Stone Soup: open-source, single-player, 
role-playing roguelike game of exploration and treasure-hunting
+       pkgver = 0.30.1
+       pkgrel = 1
+       url = https://crawl.develz.org/
+       arch = x86_64
+       license = custom:crawl
+       license = GPL2
+       makedepends = bison
+       makedepends = flex
+       makedepends = lua51
+       makedepends = mesa
+       makedepends = perl
+       makedepends = python-yaml
+       makedepends = pngcrush
+       makedepends = sqlite
+       makedepends = freetype2
+       makedepends = glu
+       makedepends = libpng
+       makedepends = sdl2_image
+       makedepends = ttf-dejavu
+       makedepends = ncurses
+       source = 
crawl-0.30.1.tar.xz::https://github.com/crawl/crawl/releases/download/0.30.1/stone_soup-0.30.1.tar.xz
+       sha256sums = 
e6bd8af3fb6bf2e4e9bdf7566c89a1af135c1b3db90468689142388cc2d23a61
+
+pkgname = crawl-data
+       pkgdesc = Data files for Dungeon Crawl Stone Soup: open-source, 
single-player, role-playing roguelike game of exploration and treasure-hunting
+       depends = crawl-game
+       optdepends = crawl-ncurses: ncurses user interface
+       optdepends = crawl-tiles: graphical user interface
+       provides = stone-soup
+       conflicts = stone-soup
+       replaces = stone-soup
+
+pkgname = crawl-ncurses
+       pkgdesc = Dungeon Crawl Stone Soup: open-source, single-player, 
role-playing roguelike game of exploration and treasure-hunting (ncurses 
version)
+       depends = crawl-data
+       depends = hicolor-icon-theme
+       depends = lua51
+       depends = python-yaml
+       depends = sqlite
+       depends = ncurses
+       provides = crawl-game
+
+pkgname = crawl-tiles
+       pkgdesc = Dungeon Crawl Stone Soup: open-source, single-player, 
role-playing roguelike game of exploration and treasure-hunting (graphical 
version)
+       depends = crawl-data
+       depends = hicolor-icon-theme
+       depends = lua51
+       depends = python-yaml
+       depends = sqlite
+       depends = freetype2
+       depends = glu
+       depends = libpng
+       depends = sdl2_image
+       depends = ttf-dejavu
+       provides = crawl-game


=====================================
PKGBUILD
=====================================
@@ -7,8 +7,8 @@ pkgdesc='Dungeon Crawl Stone Soup: open-source, single-player, 
role-playing rogu
 url='https://crawl.develz.org/'
 license=(custom:crawl GPL2)
 
-pkgver=0.30.0
-pkgrel=2
+pkgver=0.30.1
+pkgrel=1
 arch=(x86_64)
 
 # line-by-line: both versions, graphical, ncurses
@@ -18,9 +18,9 @@ makedepends=(
        ncurses
 )
 
-source=("crawl-$pkgver.tar.xz::https://github.com/crawl/crawl/releases/download/$pkgver-debian/crawl_$pkgver.orig.tar.xz";)
+source=("crawl-$pkgver.tar.xz::https://github.com/crawl/crawl/releases/download/$pkgver/stone_soup-$pkgver.tar.xz";)
 # Checksum provided by packager
-sha256sums=(efd173eb1982c6b02d33df5df6991c83cec033087f2203e23ae0eac4cdde6a73)
+sha256sums=('e6bd8af3fb6bf2e4e9bdf7566c89a1af135c1b3db90468689142388cc2d23a61')
 
 prepare() {
        cp -a "stone_soup-$pkgver" "stone_soup-ncurses-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crawl/-/commit/64a5f397ad4968fd877d0953816f9b934959af6c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crawl/-/commit/64a5f397ad4968fd877d0953816f9b934959af6c
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to