Fix bad sums for .desktop file in PKGBUILD.
This commit is contained in:
4
.SRCINFO
4
.SRCINFO
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = pandora-launcher
|
pkgbase = pandora-launcher
|
||||||
pkgdesc = A modern Minecraft launcher that balances ease-of-use with powerful instance management features.
|
pkgdesc = A modern Minecraft launcher that balances ease-of-use with powerful instance management features.
|
||||||
pkgver = 2.5.0
|
pkgver = 2.5.0
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = http://pandora.moulberry.com/
|
url = http://pandora.moulberry.com/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MIT
|
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::git+https://github.com/Moulberry/PandoraLauncher.git#tag=v2.5.0
|
||||||
source = pandora-launcher.desktop
|
source = pandora-launcher.desktop
|
||||||
sha256sums = 2441c9f37770da0c187bbf97842f8f76b63be06bd41b5d6351459b7ef5d36c56
|
sha256sums = 2441c9f37770da0c187bbf97842f8f76b63be06bd41b5d6351459b7ef5d36c56
|
||||||
sha256sums = 7354bb6726a48f01a4b58f343bd861cd230d767fb326640d45c8571f7e45e68c
|
sha256sums = 1688c2ba9457367aa252473fb99a91f9ec40494d6de6068528797e3c58c54768
|
||||||
|
|
||||||
pkgname = pandora-launcher
|
pkgname = pandora-launcher
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -2,7 +2,7 @@
|
|||||||
pkgname=pandora-launcher
|
pkgname=pandora-launcher
|
||||||
_pkgname=pandora_launcher
|
_pkgname=pandora_launcher
|
||||||
pkgver=2.5.0
|
pkgver=2.5.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="A modern Minecraft launcher that balances ease-of-use with powerful instance management features."
|
pkgdesc="A modern Minecraft launcher that balances ease-of-use with powerful instance management features."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://pandora.moulberry.com/"
|
url="http://pandora.moulberry.com/"
|
||||||
@@ -31,7 +31,7 @@ source=(
|
|||||||
"$pkgname.desktop"
|
"$pkgname.desktop"
|
||||||
)
|
)
|
||||||
sha256sums=('2441c9f37770da0c187bbf97842f8f76b63be06bd41b5d6351459b7ef5d36c56'
|
sha256sums=('2441c9f37770da0c187bbf97842f8f76b63be06bd41b5d6351459b7ef5d36c56'
|
||||||
'7354bb6726a48f01a4b58f343bd861cd230d767fb326640d45c8571f7e45e68c')
|
'1688c2ba9457367aa252473fb99a91f9ec40494d6de6068528797e3c58c54768')
|
||||||
|
|
||||||
export RUSTUP_TOOLCHAIN=stable
|
export RUSTUP_TOOLCHAIN=stable
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user