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-standalone-files-git/PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'hurrycurry-standalone-files-git') diff --git a/hurrycurry-standalone-files-git/PKGBUILD b/hurrycurry-standalone-files-git/PKGBUILD index d531f38..1b3ccb5 100644 --- a/hurrycurry-standalone-files-git/PKGBUILD +++ b/hurrycurry-standalone-files-git/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: metamuffin pkgname=hurrycurry-standalone-files-git -pkgver=r2225.0a76fc8e +pkgver=r2226.06546f7c pkgrel=1 pkgdesc="A game about cooking (standalone files (git))" arch=('any') @@ -71,6 +71,10 @@ build() { mkdir -p out cd "hurrycurry" + git reset --hard + sed -i "s/^const DISTRIBUTION := .*/const DISTRIBUTION := \"standalone\"/" client/global.gd + sed -i "s/^const VERSION := .*/const VERSION := \"$pkgver-$pkgrel\"/" client/global.gd + make client make -C data all -- cgit v1.2.3-70-g09d2