devilutionX: update to 1.5.4

Closes: #55236 [via git-merge-pr]
This commit is contained in:
bugcrazy 2025-05-02 20:41:46 -03:00 committed by classabbyamp
parent f96e977030
commit 036c51e66c
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5
2 changed files with 18 additions and 5 deletions

View file

@ -0,0 +1,12 @@
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index b84cb2e..bcdcf51 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -38,7 +38,6 @@ set(tests
scrollrt_test
stores_test
str_cat_test
- timedemo_test
utf8_test
writehero_test
)

View file

@ -1,7 +1,7 @@
# Template file for 'devilutionX'
pkgname=devilutionX
version=1.4.1
revision=3
version=1.5.4
revision=1
build_style=cmake
configure_args="-DVERSION_NUM=$version -DDISABLE_ZERO_TIER=ON"
hostmakedepends="pkg-config"
@ -9,12 +9,13 @@ makedepends="SDL2-devel SDL2_image-devel bzip2-devel libsodium-devel
gtest-devel fmt-devel zlib-devel"
short_desc="Diablo I engine for modern operating systems"
maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
license="Unlicense"
license="custom:Sustainable Use License"
homepage="https://github.com/diasurgical/devilutionX"
changelog="https://raw.githubusercontent.com/diasurgical/devilutionX/master/docs/CHANGELOG.md"
distfiles="https://github.com/diasurgical/devilutionX/releases/download/${version}/devilutionx-src.tar.xz"
checksum=f80a5414bb7b5a5ae9f6dbc69cec4ae080c29dd0a8a553cedd405d631011da9f
checksum=c252a0e1f24668ceecd03aa45fc303d515eaf21674d244cfecc78048a2677c8e
repository="nonfree"
post_install() {
vlicense LICENSE
vlicense LICENSE.md
}