summaryrefslogtreecommitdiff
path: root/hurrycurry-server/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'hurrycurry-server/PKGBUILD')
-rw-r--r--hurrycurry-server/PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/hurrycurry-server/PKGBUILD b/hurrycurry-server/PKGBUILD
index b78eea8..cfda2c3 100644
--- a/hurrycurry-server/PKGBUILD
+++ b/hurrycurry-server/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: metamuffin <metamuffin@disroot.org>
pkgname=hurrycurry-server
-pkgver=2.1.1
+pkgver=2.2.0
pkgrel=6
pkgdesc="A game about cooking (server)"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://codeberg.org/hurrycurry/hurrycurry"
license=('AGPL3')
-makedepends=('rustup' 'deno' 'graphviz' 'godot')
+makedepends=('rustup' 'deno' 'graphviz' 'godot' 'esbuild')
source=("hurrycurry-$pkgver.tar.gz::https://codeberg.org/hurrycurry/hurrycurry/archive/v$pkgver.tar.gz"
"hurrycurry.service"
"hurrycurry-registry.service"
"hurrycurry.yaml"
"tmpfiles.conf"
"sysusers.conf")
-sha256sums=('f165fd6ddd2b0ce22cdb010049a8a39dd74de4943dbf0e994e6e0ca02b6b2a54'
+sha256sums=('55612d9d7fa10af650582dcaf4d5f03bc227b5b279c2b62aea754fa9fabeefc6'
'2e10c8882ef4847586f03ac5feb469294c1b2304928f8df41db12a1d84569eb7'
'dec75b020f3a0bfc5c22f0fa013fe03d06feab608f9d4a42fb46d05dbed56844'
'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
@@ -22,7 +22,6 @@ sha256sums=('f165fd6ddd2b0ce22cdb010049a8a39dd74de4943dbf0e994e6e0ca02b6b2a54'
'bbb29eff6b62d4530b04c0a964a88229212fea165f97a1c4674c53fae9fb4fe4')
prepare() {
- curl 'https://s.metamuffin.org/static/hurrycurry/book.pdf' -o book.pdf
cd "hurrycurry"
rustup default nightly
cargo +nightly fetch --locked --target "$CHOST"
@@ -55,5 +54,4 @@ package() {
install -Dm664 -t "$pkgdir/usr/share/hurrycurry/data/recipes" hurrycurry/data/recipes/*.yaml
install -Dm664 -t "$pkgdir/usr/share/hurrycurry/data/maps" hurrycurry/data/maps/*.yaml
install -Dm664 -t "$pkgdir/usr/share/doc/hurrycurry/recipes" hurrycurry/data/recipes/*.svg
- install -Dm664 book.pdf "$pkgdir/usr/share/doc/hurrycurry/book.pdf"
}