From 6efc6d69f5e6bc75c11e47771f725d71eab5ef1f Mon Sep 17 00:00:00 2001 From: SolitudeSF Date: Mon, 19 Jun 2023 18:55:33 +0300 Subject: [PATCH] devilutionX: update to 1.5.0 --- srcpkgs/devilutionX/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/devilutionX/template b/srcpkgs/devilutionX/template index b9a7c445409f..17467ad8f98b 100644 --- a/srcpkgs/devilutionX/template +++ b/srcpkgs/devilutionX/template @@ -1,7 +1,7 @@ # Template file for 'devilutionX' pkgname=devilutionX -version=1.4.1 -revision=2 +version=1.5.0 +revision=1 build_style=cmake configure_args="-DVERSION_NUM=$version -DDISABLE_ZERO_TIER=ON" hostmakedepends="pkg-config" @@ -13,8 +13,8 @@ license="Unlicense" 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=425e63891792c4ab213865f8e1b4401317439bf47450f18064ee72ebf9a2abf8 post_install() { - vlicense LICENSE + vlicense LICENSE.md }