Fix .desktop file because of the package's rename.
This commit is contained in:
4
.SRCINFO
4
.SRCINFO
@@ -1,7 +1,7 @@
|
||||
pkgbase = pandora-launcher
|
||||
pkgdesc = A modern Minecraft launcher that balances ease-of-use with powerful instance management features.
|
||||
pkgver = 2.5.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://pandora.moulberry.com/
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
@@ -21,6 +21,6 @@ pkgbase = pandora-launcher
|
||||
source = pandora-launcher::git+https://github.com/Moulberry/PandoraLauncher.git#tag=v2.5.0
|
||||
source = pandora-launcher.desktop
|
||||
sha256sums = 2441c9f37770da0c187bbf97842f8f76b63be06bd41b5d6351459b7ef5d36c56
|
||||
sha256sums = 39dbc50e690690e3111aa7e98fefc2686e4993f5bf062b0346f8dc0964cd439b
|
||||
sha256sums = 7354bb6726a48f01a4b58f343bd861cd230d767fb326640d45c8571f7e45e68c
|
||||
|
||||
pkgname = pandora-launcher
|
||||
|
||||
4
PKGBUILD
4
PKGBUILD
@@ -2,7 +2,7 @@
|
||||
pkgname=pandora-launcher
|
||||
_pkgname=pandora_launcher
|
||||
pkgver=2.5.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A modern Minecraft launcher that balances ease-of-use with powerful instance management features."
|
||||
arch=('x86_64')
|
||||
url="http://pandora.moulberry.com/"
|
||||
@@ -31,7 +31,7 @@ source=(
|
||||
"$pkgname.desktop"
|
||||
)
|
||||
sha256sums=('2441c9f37770da0c187bbf97842f8f76b63be06bd41b5d6351459b7ef5d36c56'
|
||||
'39dbc50e690690e3111aa7e98fefc2686e4993f5bf062b0346f8dc0964cd439b')
|
||||
'7354bb6726a48f01a4b58f343bd861cd230d767fb326640d45c8571f7e45e68c')
|
||||
|
||||
export RUSTUP_TOOLCHAIN=stable
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Name=Pandora Launcher
|
||||
Exec=/usr/bin/pandora_launcher
|
||||
Exec=/usr/bin/pandora-launcher
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=pandora_launcher
|
||||
Icon=pandora-launcher
|
||||
StartupWMClass=Pandora
|
||||
Comment=Pandora is a modern Minecraft launcher that balances ease-of-use with powerful instance management features
|
||||
Comment=Pandora is a modern Minecraft launcher that balances ease-of-use with powerful instance management features.
|
||||
Categories=Game;ActionGame;AdventureGame;Simulation
|
||||
Reference in New Issue
Block a user