summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyleUltimate2022-04-16 20:43:33 +0800
committerKyleUltimate2022-04-16 20:43:33 +0800
commit6eea989d7c2b44e80cf026cd17957d00dcd4e883 (patch)
tree086796c84e298e3bed8500ca190eb9c81bb9a2bb
parent3a1329f3c4a03bf2f52447c2fa7e5bb60d03ffcc (diff)
downloadaur-6eea989d7c2b44e80cf026cd17957d00dcd4e883.tar.gz
modify discription
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cb66d474ffc..4379bb6575a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = rpmlauncher
- pkgdesc = A multi-functional Minecraft Launcher power by the RPMTW Team, made with Flutter and Dart
+ pkgdesc = A better Minecraft Launcher that supports cross-platform and many functionalities for you to explore!
pkgver = 1.0.6+859
pkgrel = 1
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 05af23f5aa16..c6f009aa6769 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=rpmlauncher
pkgver=1.0.6+859
pkgrel=1
-pkgdesc="A multi-functional Minecraft Launcher power by the RPMTW Team, made with Flutter and Dart"
+pkgdesc="A better Minecraft Launcher that supports cross-platform and many functionalities for you to explore!"
license=('GPL3')
depends=()
makedepends=('git' 'ninja' 'cmake' 'clang' 'dart' 'flutter-beta')
@@ -32,7 +32,7 @@ package() {
cp -R "$srcdir/RPMLauncher/build/linux/x64/release/bundle/." "$pkgdir/opt/RPMLauncher"
echo "[Desktop Entry]
Categories=Game;ArcadeGame;
-Comment=Edit
+Comment="A better Minecraft Launcher that supports cross-platform and many functionalities for you to explore!"
Encoding=UTF-8
Exec="/opt/RPMLauncher/RPMLauncher"
Icon="/opt/RPMLauncher/data/flutter_assets/assets/images/Logo.png"