diff --git a/.github/workflows/spotube-release.yml b/.github/workflows/spotube-release.yml index 32e73760..debd94ac 100644 --- a/.github/workflows/spotube-release.yml +++ b/.github/workflows/spotube-release.yml @@ -265,7 +265,7 @@ jobs: sed -i "s/%{{SPOTUBE_VERSION}}%/${{ steps.tag.outputs.tag }}/" aur-struct/PKGBUILD sed -i "s/%{{PKGREL}}%/1/" aur-struct/PKGBUILD sed -i "s/%{{LINUX_MD5}}%/`md5sum Spotube-Linux-Bundle/Spotube-linux-x86_64.tar.xz | awk '{print $1}'`/" aur-struct/PKGBUILD - - uses: KSXGitHub/github-actions-deploy-aur@v2.5.0 + - uses: KSXGitHub/github-actions-deploy-aur@v2.6.0 with: pkgname: spotube-bin pkgbuild: aur-struct/PKGBUILD diff --git a/linux/spotube.desktop b/linux/spotube.desktop index f7abfe7b..0bda851f 100644 --- a/linux/spotube.desktop +++ b/linux/spotube.desktop @@ -3,6 +3,6 @@ Type=Application Name=Spotube Exec=/usr/bin/spotube Icon=/usr/share/icons/spotube/spotube-logo.png -Comment=A music streaming app combining the power of Spotify & Youtube +Comment=A music streaming app combining the power of Spotify & YouTube Terminal=false -Categories=Music; +Categories=Audio;Music;Player;AudioVideo; diff --git a/pubspec.lock b/pubspec.lock index 1cbe586e..6ba3e91e 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -619,7 +619,7 @@ packages: name: go_router url: "https://pub.dartlang.org" source: hosted - version: "5.0.5" + version: "5.2.0" graphs: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 45420c0f..d5e67ff8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -26,7 +26,7 @@ dependencies: flutter_riverpod: ^2.0.2 flutter_hooks: ^0.18.2+1 hooks_riverpod: ^2.0.2 - go_router: ^5.0.5 + go_router: ^5.2.0 palette_generator: ^0.3.3 logger: ^1.1.0 permission_handler: ^10.0.2