diff options
-rw-r--r-- | fastbangs-rs-git/PKGBUILD | 2 | ||||
-rw-r--r-- | hurrycurry-client-git/PKGBUILD | 2 | ||||
-rw-r--r-- | hurrycurry-client-git/hurrycurry-client | 2 | ||||
-rw-r--r-- | hurrycurry-client-web-git/PKGBUILD | 2 | ||||
-rw-r--r-- | hurrycurry-client/hurrycurry-client | 2 | ||||
-rw-r--r-- | hurrycurry-server-git/PKGBUILD | 12 | ||||
-rw-r--r-- | hurrycurry-standalone-files-git/PKGBUILD | 3 | ||||
-rw-r--r-- | jellything-git/PKGBUILD | 2 | ||||
-rw-r--r-- | keks-meet-server-git/PKGBUILD | 2 | ||||
-rw-r--r-- | meta-adservices-git/PKGBUILD | 4 | ||||
m--------- | xwayland-run | 0 |
11 files changed, 16 insertions, 17 deletions
diff --git a/fastbangs-rs-git/PKGBUILD b/fastbangs-rs-git/PKGBUILD index 76b828e..d85fba5 100644 --- a/fastbangs-rs-git/PKGBUILD +++ b/fastbangs-rs-git/PKGBUILD @@ -1,5 +1,5 @@ pkgname=fastbangs-rs-git -pkgver=r25.4e01df1 +pkgver=r46.7074c8c pkgrel=1 pkgdesc='Shortcut-based meta search engine' arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') diff --git a/hurrycurry-client-git/PKGBUILD b/hurrycurry-client-git/PKGBUILD index 6649f02..3d809c9 100644 --- a/hurrycurry-client-git/PKGBUILD +++ b/hurrycurry-client-git/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: metamuffin <metamuffin@disroot.org> pkgname=hurrycurry-client-git -pkgver=r2283.b769632a +pkgver=r2312.64075a8c pkgrel=1 pkgdesc="A game about cooking (client)" arch=('any') diff --git a/hurrycurry-client-git/hurrycurry-client b/hurrycurry-client-git/hurrycurry-client index c621e13..738f02a 100644 --- a/hurrycurry-client-git/hurrycurry-client +++ b/hurrycurry-client-git/hurrycurry-client @@ -1,2 +1,2 @@ #!/bin/sh -godot --main-pack /usr/share/hurrycurry/client.pck +godot --main-pack /usr/share/hurrycurry/client.pck "$@" diff --git a/hurrycurry-client-web-git/PKGBUILD b/hurrycurry-client-web-git/PKGBUILD index cdbdc4e..fc0ddbb 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=r2283.b769632a +pkgver=r2314.732850db pkgrel=1 pkgdesc="A game about cooking (web client)" arch=('any') diff --git a/hurrycurry-client/hurrycurry-client b/hurrycurry-client/hurrycurry-client index c621e13..738f02a 100644 --- a/hurrycurry-client/hurrycurry-client +++ b/hurrycurry-client/hurrycurry-client @@ -1,2 +1,2 @@ #!/bin/sh -godot --main-pack /usr/share/hurrycurry/client.pck +godot --main-pack /usr/share/hurrycurry/client.pck "$@" diff --git a/hurrycurry-server-git/PKGBUILD b/hurrycurry-server-git/PKGBUILD index 34a423f..53dd696 100644 --- a/hurrycurry-server-git/PKGBUILD +++ b/hurrycurry-server-git/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: metamuffin <metamuffin@disroot.org> pkgname=hurrycurry-server-git -pkgver=r2283.b769632a -pkgrel=1 +pkgver=r2314.732850db +pkgrel=3 pkgdesc="A game about cooking (server)" arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') url="https://codeberg.org/hurrycurry/hurrycurry" @@ -47,10 +47,10 @@ build() { make -C data recipes/default.svg } package() { - install -Dm755 hurrycurry/target/$(rust_chost)/release/hurrycurry-server "$pkgdir/usr/bin/hurrycurry-server" - install -Dm755 hurrycurry/target/$(rust_chost)/release/hurrycurry-replaytool "$pkgdir/usr/bin/hurrycurry-replaytool" - install -Dm755 hurrycurry/target/$(rust_chost)/release/hurrycurry-registry "$pkgdir/usr/bin/hurrycurry-registry" - install -Dm755 hurrycurry/target/$(rust_chost)/release/hurrycurry-discover "$pkgdir/usr/bin/hurrycurry-discover" + install -Dm755 hurrycurry/target/"$(rust_chost)"/release/hurrycurry-server "$pkgdir/usr/bin/hurrycurry-server" + install -Dm755 hurrycurry/target/"$(rust_chost)"/release/hurrycurry-replaytool "$pkgdir/usr/bin/hurrycurry-replaytool" + install -Dm755 hurrycurry/target/"$(rust_chost)"/release/hurrycurry-registry "$pkgdir/usr/bin/hurrycurry-registry" + install -Dm755 hurrycurry/target/"$(rust_chost)"/release/hurrycurry-discover "$pkgdir/usr/bin/hurrycurry-discover" install -Dm644 hurrycurry.service "$pkgdir/usr/lib/systemd/system/hurrycurry.service" install -Dm644 hurrycurry-registry.service "$pkgdir/usr/lib/systemd/system/hurrycurry-registry.service" install -Dm644 sysusers.conf "$pkgdir/usr/lib/sysusers.d/hurrycurry.conf" diff --git a/hurrycurry-standalone-files-git/PKGBUILD b/hurrycurry-standalone-files-git/PKGBUILD index 691e42c..19685a3 100644 --- a/hurrycurry-standalone-files-git/PKGBUILD +++ b/hurrycurry-standalone-files-git/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: metamuffin <metamuffin@disroot.org> pkgname=hurrycurry-standalone-files-git -pkgver=r2276.0a930e28 +pkgver=r2312.64075a8c pkgrel=1 pkgdesc="A game about cooking (standalone files (git))" arch=('any') @@ -110,7 +110,6 @@ build() { popd pushd hurrycurry-windows-installer - ln -svfT ../hurrycurry main ln -svfT ../hurrycurry-website website make \ NSIFLAGS="-DVERSION=$pkgver-$pkgrel" \ diff --git a/jellything-git/PKGBUILD b/jellything-git/PKGBUILD index aec6630..98f9b7e 100644 --- a/jellything-git/PKGBUILD +++ b/jellything-git/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: metamuffin <metamuffin@disroot.org> pkgname=jellything-git -pkgver=r797.546b5a6 +pkgver=r841.e99bde7 pkgrel=1 pkgdesc="Jellything media streaming server" arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') diff --git a/keks-meet-server-git/PKGBUILD b/keks-meet-server-git/PKGBUILD index 77685ed..dff0645 100644 --- a/keks-meet-server-git/PKGBUILD +++ b/keks-meet-server-git/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: metamuffin <metamuffin@disroot.org> pkgname=keks-meet-server-git -pkgver=r409.8341ed1 +pkgver=r417.dba8f58 pkgrel=1 pkgdesc="Server for keks-meet, a simple and secure conferencing application for the web." arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') diff --git a/meta-adservices-git/PKGBUILD b/meta-adservices-git/PKGBUILD index 9eb5147..ae4d6ab 100644 --- a/meta-adservices-git/PKGBUILD +++ b/meta-adservices-git/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: metamuffin <metamuffin@disroot.org> pkgname=meta-adservices-git -pkgver=r19.5604305 +pkgver=r20.aab1ddb pkgrel=1 pkgdesc="Funny adservice." arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') @@ -37,7 +37,7 @@ build() { cargo +nightly build --release --target "$(rust_chost)" } package() { - install -Dm755 meta-adservices/target/$(rust_chost)/release/meta-adservices "$pkgdir/usr/bin/meta-adservices" + install -Dm755 meta-adservices/target/"$(rust_chost)"/release/meta-adservices "$pkgdir/usr/bin/meta-adservices" install -Dm644 meta-adservices/COPYING "$pkgdir/usr/share/licenses/meta-adservices/COPYING" install -Dm644 sysusers.conf "$pkgdir/usr/lib/sysusers.d/meta-adservices.conf" install -Dm644 meta_adservices.service "$pkgdir/usr/lib/systemd/system/meta_adservices.service" diff --git a/xwayland-run b/xwayland-run new file mode 160000 +Subproject f4209db977e549b52bc114a5631255038882a6e |