summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorholybaechu2024-03-18 16:18:08 +0900
committerholybaechu2024-03-18 16:18:08 +0900
commit72918026773da51bec62c979ca590dc113d50964 (patch)
treef5542a3e82aead408e8f60fca789ac7de40a3f72
parent50fef922e7c25194ea633c481002729f9a58f421 (diff)
downloadaur-72918026773da51bec62c979ca590dc113d50964.tar.gz
Fix .SRCINFO (again)
-rw-r--r--.SRCINFO22
-rwxr-xr-xcleanup.sh4
2 files changed, 15 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54f54adad15c..83436609946b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
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 = 7
- url = https://www.labymod.net
- arch = x86_64
- license = unknown
- options = !strip
- source = https://releases.r2.labymod.net/launcher/linux/x64/LabyMod%20Launcher-${pkgver}.AppImage
- sha256sums = SKIP
- depends = fuse
- depends = xorg-xrandr
+ pkgdesc = LabyMod Launcher for launching LabyMod, which is a Minecraft client that adds bunch of useful features
+ pkgver = 2.0.12
+ pkgrel = 7
+ url = https://www.labymod.net
+ arch = x86_64
+ license = unknown
+ depends = fuse
+ depends = xorg-xrandr
+ options = !strip
+ source = https://releases.r2.labymod.net/launcher/linux/x64/LabyMod%20Launcher-2.0.12.AppImage
+ sha256sums = SKIP
pkgname = labymod-appimage
diff --git a/cleanup.sh b/cleanup.sh
index b7c82c22652a..d2ac2fa088b0 100755
--- a/cleanup.sh
+++ b/cleanup.sh
@@ -1,3 +1,7 @@
+# Generate .SRCINFO
+makepkg --printsrcinfo > .SRCINFO
+
+# Clean-up
find . -maxdepth 1 -name labymod-appimage-*-x86_64.pkg.tar.zst -delete
find . -maxdepth 1 -name LabyMod%20Launcher-*.AppImage -delete
rm -rf src