diff --git a/.SRCINFO b/.SRCINFO index 0770bb2e89b5d..3262ab5c5a495 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = godot-export-templates-linux pkgdesc = Godot export templates - Linux x86_64 pkgver = 4.4.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/godotengine/godot arch = any license = MIT diff --git a/PKGBUILD b/PKGBUILD index 9581535701586..4e2b41aa4d82a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,4 +1,5 @@ -# Maintainer: +# Maintainer: xiota +# Mainterner: novadragon ## options : ${_build_debug:=true} @@ -8,7 +9,7 @@ _pkgname="godot-export-templates" pkgname="$_pkgname-linux" pkgver=4.4.1 -pkgrel=1 +pkgrel=2 pkgdesc='Godot export templates - Linux x86_64' url="https://github.com/godotengine/godot" license=('MIT') @@ -47,10 +48,10 @@ pkgver() { build() { cd "$_pkgsrc" - scons platform=linux tools=no target=template_release arch=x86_64 production=yes + scons platform=linux tools=no target=template_release arch=x86_64 if [[ "${_build_debug::1}" == "t" ]]; then - scons platform=linux tools=no target=template_debug arch=x86_64 use_static_cpp=no + scons platform=linux tools=no target=template_debug arch=x86_64 fi }