summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaydax2023-08-01 12:26:43 -0400
committerKaydax2023-08-01 12:26:43 -0400
commit9d70ae30afffdc126dd85190c545a3868a2abaeb (patch)
tree55efc647d27856fa81793386ef3e7be3281ed344
parent97769636b15c1759f0b2f73cc7e801477cf311ff (diff)
downloadaur-9d70ae30afffdc126dd85190c545a3868a2abaeb.tar.gz
Fix package description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82f9717bf215..135f123c750d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = polymc-qt5-git
- pkgdesc = Minecraft launcher with ability to manage multiple instances.
+ pkgdesc = Minecraft launcher with the ability to manage multiple instances.
pkgver = 5.0.r25.g2358e6fa
pkgrel = 2
url = https://github.com/PolyMC/PolyMC
diff --git a/PKGBUILD b/PKGBUILD
index 0e53fd535c28..442d1d6c9bb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _pkgname=polymc
pkgname=${_pkgname}-qt5-git
pkgver=5.0.r25.g2358e6fa
pkgrel=2
-pkgdesc="Minecraft launcher with ability to manage multiple instances."
+pkgdesc="Minecraft launcher with the ability to manage multiple instances."
arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/PolyMC/PolyMC"
license=('GPL3')