Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upd(sleepy-launcher-bin): 1.1.0 -> 1.2.1 #6379

Merged
merged 15 commits into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions packages/sleepy-launcher-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pkgbase = sleepy-launcher-bin
gives = sleepy-launcher
pkgver = 1.1.0
pkgver = 1.2.1
pkgdesc = Sleepy game launcher for Linux with telemetry disabling
depends = xdelta3
depends = git
depends = p7zip-full
depends = webp
optdepends = mangohud: FPS Hud/GUI
Expand All @@ -20,9 +20,9 @@ pkgbase = sleepy-launcher-bin
incompatible = debian:bullseye
maintainer = vbrabandt2005 <[email protected]>
repology = project: sleepy-launcher
source = https://github.com/an-anime-team/sleepy-launcher/releases/download/1.1.0/sleepy-launcher
source = https://github.com/an-anime-team/sleepy-launcher/releases/download/1.2.1/sleepy-launcher
source = icon.png::https://raw.githubusercontent.com/an-anime-team/sleepy-launcher/main/assets/images/icon.png
sha256sums = d546af15170c13d206d25b338f7463943a9bd68c5afd31aa5522b1f3e0198d30
sha256sums = dfec8314a9bb56159d28ff20cac21d870d85caf96007cf8941eb421f5669c611
sha256sums = SKIP

pkgname = sleepy-launcher-bin
6 changes: 3 additions & 3 deletions packages/sleepy-launcher-bin/sleepy-launcher-bin.pacscript
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
pkgname="sleepy-launcher-bin"
gives="sleepy-launcher"
pkgver="1.1.0"
pkgver="1.2.1"
pkgdesc="Sleepy game launcher for Linux with telemetry disabling"
repology=("project: sleepy-launcher")
source=(
"https://github.com/an-anime-team/sleepy-launcher/releases/download/${pkgver}/sleepy-launcher"
"icon.png::https://raw.githubusercontent.com/an-anime-team/sleepy-launcher/main/assets/images/icon.png"
)
sha256sums=(
"d546af15170c13d206d25b338f7463943a9bd68c5afd31aa5522b1f3e0198d30"
"dfec8314a9bb56159d28ff20cac21d870d85caf96007cf8941eb421f5669c611"
"SKIP"
)
depends=("xdelta3" "p7zip-full" "webp")
depends=("git" "p7zip-full" "webp")
maintainer=("vbrabandt2005 <[email protected]>")
incompatible=("ubuntu:bionic" "ubuntu:focal" "ubuntu:jammy" "ubuntu:kinetic" "debian:stretch" "debian:buster" "debian:bullseye")
breaks=("${gives}" "${gives}-deb" "${gives}-app" "${gives}-git")
Expand Down
8 changes: 4 additions & 4 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -8909,9 +8909,9 @@ pkgname = sleek-deb
---
pkgbase = sleepy-launcher-bin
gives = sleepy-launcher
pkgver = 1.1.0
pkgver = 1.2.1
pkgdesc = Sleepy game launcher for Linux with telemetry disabling
depends = xdelta3
depends = git
depends = p7zip-full
depends = webp
optdepends = mangohud: FPS Hud/GUI
Expand All @@ -8929,9 +8929,9 @@ pkgbase = sleepy-launcher-bin
incompatible = debian:bullseye
maintainer = vbrabandt2005 <[email protected]>
repology = project: sleepy-launcher
source = https://github.com/an-anime-team/sleepy-launcher/releases/download/1.1.0/sleepy-launcher
source = https://github.com/an-anime-team/sleepy-launcher/releases/download/1.2.1/sleepy-launcher
source = icon.png::https://raw.githubusercontent.com/an-anime-team/sleepy-launcher/main/assets/images/icon.png
sha256sums = d546af15170c13d206d25b338f7463943a9bd68c5afd31aa5522b1f3e0198d30
sha256sums = dfec8314a9bb56159d28ff20cac21d870d85caf96007cf8941eb421f5669c611
sha256sums = SKIP

pkgname = sleepy-launcher-bin
Expand Down
Loading