diff options
author | metamuffin <metamuffin@disroot.org> | 2024-11-08 20:47:55 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-11-08 20:47:55 +0100 |
commit | 0c9773d99a46a54fb4dd535317626a3e9c4def27 (patch) | |
tree | 6c67d78874521ef538367e187d90c7ebed264516 /hurrycurry-client-web-git | |
parent | e8faea9fd6539daad555d31a55b3334167f603ed (diff) | |
download | pkgbuilds-0c9773d99a46a54fb4dd535317626a3e9c4def27.tar pkgbuilds-0c9773d99a46a54fb4dd535317626a3e9c4def27.tar.bz2 pkgbuilds-0c9773d99a46a54fb4dd535317626a3e9c4def27.tar.zst |
update things
Diffstat (limited to 'hurrycurry-client-web-git')
-rw-r--r-- | hurrycurry-client-web-git/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hurrycurry-client-web-git/PKGBUILD b/hurrycurry-client-web-git/PKGBUILD index 3273804..f55ce03 100644 --- a/hurrycurry-client-web-git/PKGBUILD +++ b/hurrycurry-client-web-git/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: metamuffin <metamuffin@disroot.org> pkgname=hurrycurry-client-web-git -pkgver=r1874.25e9b12 +pkgver=r1942.4cc5efb pkgrel=1 pkgdesc="A game about cooking (web client)" arch=('any') @@ -9,7 +9,7 @@ url="https://codeberg.org/hurrycurry/hurrycurry" license=('AGPL3') conflics=('hurrycurry-client-web') provides=('hurrycurry-client-web') -makedepends=('godot') +makedepends=('godot' 'rustup') source=("git+https://codeberg.org/hurrycurry/hurrycurry.git") sha256sums=("SKIP") |