summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaydax2023-08-01 12:19:52 -0400
committerKaydax2023-08-01 12:19:52 -0400
commit8953560925462cedb3abfc52fddd03d34b0eb33e (patch)
tree71971f478557a682bf4bcf02a9d49612d52507cb
parent5206edd7dfb3b3c04e5929f3661cf399e4755453 (diff)
downloadaur-8953560925462cedb3abfc52fddd03d34b0eb33e.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 d4d8f8f3bf53..917fdc5e3b83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = polymc-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 d196cbce6a8c..52b22d7ef698 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _pkgname=polymc
pkgname=${_pkgname}-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')