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

Remove open-remarkable-shutdown from os3 due to it not working #861

Merged
merged 1 commit into from
May 24, 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
3 changes: 2 additions & 1 deletion package/open-remarkable-shutdown/package
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
# Copyright (c) 2021 The Toltec Contributors
# SPDX-License-Identifier: MIT

archs=(rmallos2)
pkgnames=(open-remarkable-shutdown)
pkgdesc="Use remarkable-splash to display shutdown and reboot images"
url=https://github.com/ddvk/remarkable-splash
pkgver=1.0-1
pkgver=1.0-2
timestamp=2022-02-28T00:12Z
section="utils"
maintainer="Eeems <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion package/toltec-deletions/package
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ archs=(rmallos2 rmallos3)
pkgnames=(toltec-deletions)
pkgdesc="Metapackage to handle package deletions between OS versions"
url=https://toltec-dev.org/
pkgver=0.1-3
pkgver=0.1-4
timestamp=2023-12-03T04:51:58Z
section="utils"
maintainer="Eeems <[email protected]>"
Expand All @@ -22,6 +22,7 @@ conflicts_rmallos3=(
gocryptfs
linux-mainline
remarkable-stylus
open-remarkable-shutdown
)
replaces_rmallos3=(
ddvk-hacks
Expand All @@ -31,6 +32,7 @@ replaces_rmallos3=(
gocryptfs
linux-mainline
remarkable-stylus
open-remarkable-shutdown
)

source=()
Expand Down
Loading