summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorholybaechu2024-06-18 22:22:53 +0900
committerholybaechu2024-06-18 22:22:53 +0900
commit3228f119270262808cbe141d902ae3fc252648f3 (patch)
tree035b8633d1d78766edaf764e453196f3ab5ad56a
parent0fa6cdddba953af8f0e21ce2eade3821b79007f8 (diff)
downloadaur-3228f119270262808cbe141d902ae3fc252648f3.tar.gz
2.1.2 -> 2.1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f04731ea6cd5..ff63db857383 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 (This is an unofficial package)
- pkgver = 2.1.2
- pkgrel = 2
+ pkgver = 2.1.4
+ pkgrel = 1
url = https://www.labymod.net
arch = x86_64
license = proprietary
@@ -10,7 +10,7 @@ pkgbase = labymod-appimage
depends = imagemagick
options = !strip
options = !debug
- source = https://releases.r2.labymod.net/launcher/linux/x64/LabyMod%20Launcher-2.1.2.AppImage
+ source = https://releases.r2.labymod.net/launcher/linux/x64/LabyMod%20Launcher-2.1.4.AppImage
sha256sums = SKIP
pkgname = labymod-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 0930632ccd72..52cb442e0110 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Nixugea
-# Maintainer: holybaechu <holyb@holyb.xyz>
+# Maintainer: holybaechu <holybaechu@proton.me>
# As of 1.0.32, the hash check is skipped.
pkgname=labymod-appimage
-pkgver=2.1.2
-pkgrel=2
+pkgver=2.1.4
+pkgrel=1
pkgdesc='LabyMod Launcher for launching LabyMod, which is a Minecraft client that adds bunch of useful features (This is an unofficial package)'
url=https://www.labymod.net
arch=(x86_64)
@@ -47,7 +47,7 @@ package() {
# Replace default Electron icons with LabyMod icons
resolutions="16x16 32x32 48x48 64x64 128x128 256x256"
for resolution in $resolutions; do
- convert -resize $resolution \
+ magick convert -resize $resolution \
"${srcdir}/squashfs-root/resources/icons/icon.png" \
"${srcdir}/squashfs-root//usr/share/icons/hicolor/${resolution}/apps/${_pkgname}.png"
done