summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f738b679790b..c41e5bf42fdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: 0xGingi <0xgingi@0xgingi.com>
pkgname=('jellyfin-rpc-iced-git')
pkgver=r15.a4d7a87
-pkgrel=2
+pkgrel=3
pkgdesc="GUI For Jellyfin-RPC"
arch=('any')
url="https://github.com/Radiicall/jellyfin-rpc-iced"
@@ -21,7 +21,6 @@ pkgver() {
prepare() {
cd jellyfin-rpc-iced
wget https://raw.githubusercontent.com/Radiicall/jellyfin-rpc/main/example.json
- git submodule update --init --recursive
export RUSTUP_TOOLCHAIN=stable
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
}