From 761cf23d2aaae3069635149d854cac071370ffd5 Mon Sep 17 00:00:00 2001 From: bugcrazy Date: Wed, 14 Jun 2023 04:26:07 -0300 Subject: [PATCH] devilutionX: update to 1.5.0 --- srcpkgs/devilutionX/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/devilutionX/template b/srcpkgs/devilutionX/template index b9a7c445409f..dfcec90c53a0 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" @@ -9,12 +9,12 @@ 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 " -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=425e63891792c4ab213865f8e1b4401317439bf47450f18064ee72ebf9a2abf8 post_install() { - vlicense LICENSE + vlicense LICENSE.md }