Package Details: sleepy-launcher-bin 1.3.0-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: 3
Popularity: 1.30
First Submitted: 2024-07-04 17:50 (UTC)
Last Updated: 2024-12-13 12:21 (UTC)

Dependencies (10)

Required by (0)

Sources (3)

Latest Comments

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().