summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorholybaechu2024-03-21 22:33:25 +0900
committerholybaechu2024-03-21 22:33:25 +0900
commitcc09defec1f5f9e497c1288cb961dbdb8bf69613 (patch)
treee1d4ff95664d945ac4607bb972609ed58eb34f2c
parent001ae55ee64b6fc1f0a1a6bd562bda4a5e3db312 (diff)
downloadaur-cc09defec1f5f9e497c1288cb961dbdb8bf69613.tar.gz
2.0.12->2.0.13
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6cf413a5f93..4cce1066eb8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = labymod-appimage
pkgdesc = LabyMod Launcher for launching LabyMod, which is a Minecraft client that adds bunch of useful features
- pkgver = 2.0.12
- pkgrel = 8
+ pkgver = 2.0.13
+ pkgrel = 1
url = https://www.labymod.net
arch = x86_64
license = unknown
@@ -9,7 +9,7 @@ pkgbase = labymod-appimage
depends = xorg-xrandr
options = !strip
options = !debug
- source = https://releases.r2.labymod.net/launcher/linux/x64/LabyMod%20Launcher-2.0.12.AppImage
+ source = https://releases.r2.labymod.net/launcher/linux/x64/LabyMod%20Launcher-2.0.13.AppImage
sha256sums = SKIP
pkgname = labymod-appimage
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..a16f5113e4df
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+src
+pkg
+labymod-appimage-*-x86_64.pkg.tar.zst
+LabyMod%20Launcher-*.AppImage \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 14e43b73080a..476da0e1b25c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# As of 1.0.32, the hash check is skipped.
pkgname=labymod-appimage
-pkgver=2.0.12
-pkgrel=8
+pkgver=2.0.13
+pkgrel=1
pkgdesc='LabyMod Launcher for launching LabyMod, which is a Minecraft client that adds bunch of useful features'
url=https://www.labymod.net
arch=(x86_64)