Package Details: sleepy-launcher-bin 1.6.2-2

Git Clone URL: https://aur.archlinux.org/sleepy-launcher-bin.git (read-only, click to copy)
Package Base: sleepy-launcher-bin
Description: Sleepy game launcher for Linux with telemetry disabling
Upstream URL: https://github.com/an-anime-team/sleepy-launcher
Licenses: GPL-3.0-only
Conflicts: sleepy-launcher
Provides: sleepy-launcher
Submitter: anispwyn
Maintainer: anispwyn (AutoUpdateBot)
Last Packager: anispwyn
Votes: 7
Popularity: 0.087170
First Submitted: 2024-07-04 17:50 (UTC)
Last Updated: 2026-01-03 14:02 (UTC)

Latest Comments

Dvd-Znf commented on 2025-10-31 22:38 (UTC)

fails to pass validity check, hash needs to be updated for the 1.5.0 version

HurricanePootis commented on 2024-12-13 03:23 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index 2088cae..313fff0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ pkgver=1.3.0
 pkgrel=1
 pkgdesc="Sleepy game launcher for Linux with telemetry disabling"
 url="https://github.com/an-anime-team/sleepy-launcher"
-conflicts=("sleepy-launcher-git")
-provides=("sleepy-launcher-bin")
+conflicts=("sleepy-launcher")
+provides=("sleepy-launcher")
 arch=("x86_64")
-license=("GPL3")
+license=("GPL-3.0-only")

 depends=(
     "libadwaita"

Please make the license SPDX complaint and have proper conflicts() and prepare().