summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormonosans2021-06-05 20:35:29 +0300
committermonosans2021-06-05 20:35:29 +0300
commit68f46ef2b5008428e43b6693d7d6fd64068e88f5 (patch)
tree8b10c5ffecddf7ce3e84e2220d33dd4199a2120b
parent5e7ca35f4e60d35f61012ceefd62aac549e729b9 (diff)
downloadaur-68f46ef2b5008428e43b6693d7d6fd64068e88f5.tar.gz
2.7.3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 715f5112f6f7..80891a8224fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lunar-client
- pkgdesc = PvP Modpack for Minecraft 1.7, 1.8, 1.12, 1.15 and 1.16
- pkgver = 2.7.1
+ pkgdesc = A PvP modpack for all modern versions of Minecraft
+ pkgver = 2.7.3
pkgrel = 1
url = https://lunarclient.com
arch = x86_64
@@ -8,8 +8,7 @@ pkgbase = lunar-client
depends = fuse
depends = xorg-xrandr
options = !strip
- source = https://launcherupdates.lunarclientcdn.com/Lunar Client-2.7.1.AppImage
+ source = https://launcherupdates.lunarclientcdn.com/Lunar Client-2.7.3.AppImage
sha256sums = 5937be26829aaf162c2369186dd0ba9f7334dd743c4b34c34f5e2fa1986fef89
pkgname = lunar-client
-
diff --git a/PKGBUILD b/PKGBUILD
index 83148fa766fd..ae058605881c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=lunar-client
_pkgname=lunarclient
-pkgver=2.7.1
+pkgver=2.7.3
pkgrel=1
-pkgdesc='PvP Modpack for Minecraft 1.7, 1.8, 1.12, 1.15 and 1.16'
+pkgdesc='A PvP modpack for all modern versions of Minecraft'
url=https://lunarclient.com
arch=(x86_64)
license=(unknown)
@@ -43,3 +43,4 @@ package() {
install -dm755 "${pkgdir}/usr/bin"
ln -s "/opt/${_pkgname}/${_pkgname}.AppImage" "${pkgdir}/usr/bin/${_pkgname}"
}
+# vim:set ts=4 sw=4 noet: