Skip to content
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 <eeems@eeems.email>"
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