Skip to content

Split toltec-deletions rm1/rm2 for open-remarkable-shutdown #880

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

Merged
merged 1 commit into from
Jun 3, 2024
Merged
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
26 changes: 22 additions & 4 deletions package/toltec-deletions/package
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,37 @@
# Copyright (c) 2023 The Toltec Contributors
# SPDX-License-Identifier: MIT

archs=(rmallos2 rmallos3)
archs=(rmallos2 rm1os3 rm2os3)
pkgnames=(toltec-deletions)
pkgdesc="Metapackage to handle package deletions between OS versions"
url=https://toltec-dev.org/
pkgver=0.1-4
pkgver=0.1-5
timestamp=2023-12-03T04:51:58Z
section="utils"
maintainer="Eeems <[email protected]>"
license=MIT
installdepends=(toltec-bootstrap)
conflicts_rmallos2=()
replaces_rmallos2=()
conflicts_rmallos3=(
conflicts_rm1os3=(
ddvk-hacks
fuse
wireguard
innernet-client
gocryptfs
linux-mainline
remarkable-stylus
)
replaces_rm1os3=(
ddvk-hacks
fuse
wireguard
innernet-client
gocryptfs
linux-mainline
remarkable-stylus
)
conflicts_rm2os3=(
ddvk-hacks
fuse
wireguard
Expand All @@ -24,7 +42,7 @@ conflicts_rmallos3=(
remarkable-stylus
open-remarkable-shutdown
)
replaces_rmallos3=(
replaces_rm2os3=(
ddvk-hacks
fuse
wireguard
Expand Down
Loading