From da23d5e293e210f1cb577221b168a0a2f3045512 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 26 Jun 2025 12:55:34 +0200 Subject: set distribution constants in hurrycurry --- hurrycurry-client-git/PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'hurrycurry-client-git') diff --git a/hurrycurry-client-git/PKGBUILD b/hurrycurry-client-git/PKGBUILD index dd7817c..4bcf697 100644 --- a/hurrycurry-client-git/PKGBUILD +++ b/hurrycurry-client-git/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: metamuffin pkgname=hurrycurry-client-git -pkgver=r2225.0a76fc8e -pkgrel=1 +pkgver=r2226.06546f7c +pkgrel=2 pkgdesc="A game about cooking (client)" arch=('any') url="https://codeberg.org/hurrycurry/hurrycurry" @@ -25,6 +25,9 @@ pkgver() { build() { cd "hurrycurry" make client + git reset --hard + sed -i "s/^const DISTRIBUTION := .*/const DISTRIBUTION := \"arch\"/" client/global.gd + sed -i "s/^const VERSION := .*/const VERSION := \"$pkgver-$pkgrel\"/" client/global.gd mkdir -p target/release godot --headless --export-pack wasm32-unknown-unknown ../target/release/client.pck client/project.godot } -- cgit v1.2.3-70-g09d2