From 0858b10593973e371a38e6418b00f98551addd6c Mon Sep 17 00:00:00 2001 From: bugcrazy <39757967+bugcrazy@users.noreply.github.com> Date: Tue, 20 Apr 2021 22:54:21 -0300 Subject: [PATCH 1/2] devilutionX: update to 1.2.1 --- srcpkgs/devilutionX/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/devilutionX/template b/srcpkgs/devilutionX/template index dfef90b4f407..732cd6e31edd 100644 --- a/srcpkgs/devilutionX/template +++ b/srcpkgs/devilutionX/template @@ -1,16 +1,16 @@ # Template file for 'devilutionX' pkgname=devilutionX -version=1.1.0 +version=1.2.1 revision=1 build_style=cmake -configure_args="-DBINARY_RELEASE=ON -DTTF_FONT_PATH=\"/usr/share/fonts/truetype/CharisSILB.ttf\"" +configure_args="-DVERSION_NUM=1.2.1 -DBINARY_RELEASE=ON -DTTF_FONT_PATH=\"/usr/share/fonts/truetype/CharisSILB.ttf\"" makedepends="SDL2-devel SDL2_ttf-devel SDL2_mixer-devel libsodium-devel" short_desc="Diablo I engine for modern operating systems" maintainer="MarcoAPC " license="Unlicense" homepage="https://github.com/diasurgical/devilutionX" distfiles="https://github.com/diasurgical/devilutionX/archive/${version}.tar.gz" -checksum=395ec298df5383abe60550d45adba5e5811984589ccb1e504891b267b3c467c1 +checksum=002dcbd4d4a5bdf8db1a3ec01139e5bfbed46d6a1caa32b17c9f2df161ad3521 nocross="https://build.voidlinux.org/builders/aarch64-musl_builder/builds/25453/steps/shell_3/logs/stdio" post_install() { From 18446e4e13738fe0f7277da375169fecde81752e Mon Sep 17 00:00:00 2001 From: bugcrazy <39757967+bugcrazy@users.noreply.github.com> Date: Wed, 21 Apr 2021 18:01:48 -0300 Subject: [PATCH 2/2] Applied suggested changes --- srcpkgs/devilutionX/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/devilutionX/template b/srcpkgs/devilutionX/template index 732cd6e31edd..4b5282b210c6 100644 --- a/srcpkgs/devilutionX/template +++ b/srcpkgs/devilutionX/template @@ -3,7 +3,7 @@ pkgname=devilutionX version=1.2.1 revision=1 build_style=cmake -configure_args="-DVERSION_NUM=1.2.1 -DBINARY_RELEASE=ON -DTTF_FONT_PATH=\"/usr/share/fonts/truetype/CharisSILB.ttf\"" +configure_args="-DVERSION_NUM=$version -DBINARY_RELEASE=ON -DTTF_FONT_PATH=\"/usr/share/fonts/truetype/CharisSILB.ttf\"" makedepends="SDL2-devel SDL2_ttf-devel SDL2_mixer-devel libsodium-devel" short_desc="Diablo I engine for modern operating systems" maintainer="MarcoAPC "