summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAviana Cruz2022-12-07 12:26:11 +0800
committerAviana Cruz2022-12-07 12:26:11 +0800
commit632c40d2bf695e14ceae13a9246429b0927339c9 (patch)
treee5b8549eb28213e3d91e97f909aa268471610c90
parentfffb6267f66f4cffbfcd8bae70bd0f6f11f43e13 (diff)
downloadaur-632c40d2bf695e14ceae13a9246429b0927339c9.tar.gz
update description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d25ec93c8bd..6d4c3390907b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = hmcl-new
- pkgdesc = An unofficial build of HMCL that trying to compile and run HMCL with the latest LTS version of java.
+ pkgdesc = An unofficial build of HMCL that trying to compile and run HMCL with the latest LTS version of java. (with HMCL-Clean changes)
pkgver = 3.5.3.228
pkgrel = 1
url = https://github.com/huanghongxun/HMCL
diff --git a/PKGBUILD b/PKGBUILD
index 07bb45c39d14..f1f20dc6d396 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _ver=3.5.3
_build=228
pkgver=$_ver.$_build
pkgrel=1
-pkgdesc='An unofficial build of HMCL that trying to compile and run HMCL with the latest LTS version of java.'
+pkgdesc='An unofficial build of HMCL that trying to compile and run HMCL with the latest LTS version of java. (with HMCL-Clean changes)'
arch=('any')
url='https://github.com/huanghongxun/HMCL'
license=('GPL3')