Skip to content

Commit f59a8d4

Browse files
authored
Remove packages that don't work on os3 (#852)
* Remove packages that don't work on os3 * Remove with toltec-deletions as well
1 parent 317e047 commit f59a8d4

File tree

4 files changed

+23
-7
lines changed

4 files changed

+23
-7
lines changed

package/gocryptfs/package

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
# Copyright (c) 2020 The Toltec Contributors
33
# SPDX-License-Identifier: MIT
44

5+
archs=(rmallos2)
56
pkgnames=(gocryptfs)
67
pkgdesc="An encrypted overlay filesystem written in Go."
78
url="https://nuetzlich.net/gocryptfs/"
89
_srcver=2.0-beta2
9-
pkgver="$_srcver"-2
10+
pkgver="$_srcver"-3
1011
timestamp=2021-03-22
1112
section=utils
1213
maintainer="plan5 <[email protected]>"

package/innernet/package

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
# Copyright (c) 2021 The Toltec Contributors
33
# SPDX-License-Identifier: MIT
44

5+
archs=(rmallos2)
56
pkgnames=(innernet-client)
67
pkgdesc="A private network system that uses WireGuard under the hood."
78
url="https://github.com/tonarino/innernet"
8-
pkgver=1.5.3-2
9+
pkgver=1.5.3-3
910
timestamp=2022-01-31T20:08:43Z
1011
section="utils"
1112
maintainer="plan5 <[email protected]>"

package/linux-mainline/package

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# Copyright (c) 2021 The Toltec Contributors
33
# SPDX-License-Identifier: MIT
44

5-
archs=(rm2)
5+
archs=(rm2os2)
66
pkgnames=(linux-mainline)
77
pkgdesc="reMarkable 2 kernel based on the mainline kernel"
88
url=https://www.kernel.org
9-
pkgver=6.2.0-2
9+
pkgver=6.2.0-3
1010
timestamp=2022-05-22T21:50:09Z
1111
section=kernel
1212
maintainer="Alistair Francis <[email protected]>"

package/toltec-deletions/package

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,30 @@ archs=(rmallos2 rmallos3)
66
pkgnames=(toltec-deletions)
77
pkgdesc="Metapackage to handle package deletions between OS versions"
88
url=https://toltec-dev.org/
9-
pkgver=0.1-1
9+
pkgver=0.1-2
1010
timestamp=2023-12-03T04:51:58Z
1111
section="utils"
1212
maintainer="Eeems <[email protected]>"
1313
license=MIT
1414
installdepends=(toltec-bootstrap)
1515
conflicts_rmallos2=()
1616
replaces_rmallos2=()
17-
conflicts_rmallos3=(ddvk-hacks fuse wireguard)
18-
replaces_rmallos3=(ddvk-hacks fuse wireguard)
17+
conflicts_rmallos3=(
18+
ddvk-hacks
19+
fuse
20+
wireguard
21+
innernet-client
22+
gocryptfs
23+
linux-mainline
24+
)
25+
replaces_rmallos3=(
26+
ddvk-hacks
27+
fuse
28+
wireguard
29+
innernet-client
30+
gocryptfs
31+
linux-mainline
32+
)
1933

2034
source=()
2135
sha256sums=()

0 commit comments

Comments
 (0)