From c1c4077bb857764665fe231d352d57942192eafd Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Wed, 30 Mar 2022 14:46:02 -0400 Subject: [PATCH] Updated bcrawl to 1.36 --- bcrawl/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bcrawl/PKGBUILD b/bcrawl/PKGBUILD index f2cebfc..1d1d7f8 100644 --- a/bcrawl/PKGBUILD +++ b/bcrawl/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Dmitry Kharitonov pkgname=bcrawl -pkgver=1.35.5c +pkgver=1.36 pkgrel=1 pkgdesc='Continuation of X-Crawl fork of Dungeon Crawl Stone Soup roguelike with new content' arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ conflicts=('crawl' 'stone-soup-tile' 'bcrawl-git') provides=('bcrawl') license=('GPL' 'BSD' 'MIT' 'ZLIB' 'APACHE' 'custom:CC0' 'custom') source=("https://github.com/b-crawl/bcrawl/archive/bcrawl-${pkgver}.tar.gz") -sha256sums=('800e80e2c176fe8d17d4d7d55ce205bd9fa348ef4260aab907ae4824727c5341') +sha256sums=('b3427bc242f910ae10e24a029b6b69574cba95bbe76a8b56418e2e0ea825ede8') # used by gendesk to create .desktop file _exec=('bcrawl-tiles')