Skip to content

Commit ecd836d

Browse files
NickHuEeems
andauthored
Update ddvk-hacks to 38.03 (#640)
* Update ddvk-hacks to 38.03 Co-authored-by: Nathaniel van Diepen <Eeems@users.noreply.github.com>
1 parent b0a9a7c commit ecd836d

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

package/ddvk-hacks/package

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ archs=(rm1 rm2)
66
pkgnames=(ddvk-hacks)
77
pkgdesc="Enhance Xochitl with additional features"
88
url=https://github.com/ddvk/remarkable-hacks
9-
pkgver=37.01-1
10-
timestamp=2022-09-28T20:38:22Z
9+
pkgver=38.03-1
10+
timestamp=2022-10-18T16:35:20Z
1111
section="readers"
1212
maintainer="Mattéo Delabre <spam@delab.re>"
1313
license=MIT
1414
flags=(nostrip)
1515

16-
source=(https://github.com/ddvk/remarkable-hacks/archive/9ff935ef09efe4bdb9f9371b84bef21ef1b766e2.zip)
17-
sha256sums=(55818b14839301aa3f8da5ba70ef9de3f92bcab8ea9f72b9c6ab20d27e6b5655)
16+
source=(https://github.com/ddvk/remarkable-hacks/archive/49a6117b2a9ae3d5116069670702e7aa28ed1584.zip)
17+
sha256sums=(099d65801eda0e38a7f65a40659d32d1b37239deb2a3c4a896e37a7ed0b4f0a4)
1818

1919
_patches_dir="/opt/share/ddvk-hacks"
2020
_xochitl_path="/usr/bin/xochitl"
@@ -41,6 +41,7 @@ package() {
4141
install -D -m 644 -t "$pkgdir$_patches_dir" "$srcdir"/patches/2141866_rm1/patch_35.1.01
4242
install -D -m 644 -t "$pkgdir$_patches_dir" "$srcdir"/patches/2143977_rm1/patch_36.1.01
4343
install -D -m 644 -t "$pkgdir$_patches_dir" "$srcdir"/patches/21431047_rm1/patch_37.1.01
44+
install -D -m 644 -t "$pkgdir$_patches_dir" "$srcdir"/patches/21501067_rm1/patch_38.1.03
4445
elif [[ $arch = rm2 ]]; then
4546
install -D -m 644 -t "$pkgdir$_patches_dir" "$srcdir"/patches/26171_rm2/patch_19.2.02
4647
install -D -m 644 -t "$pkgdir$_patches_dir" "$srcdir"/patches/26275_rm2/patch_20.2.03
@@ -61,6 +62,7 @@ package() {
6162
install -D -m 644 -t "$pkgdir$_patches_dir" "$srcdir"/patches/2141866_rm2/patch_35.2.01
6263
install -D -m 644 -t "$pkgdir$_patches_dir" "$srcdir"/patches/2143977_rm2/patch_36.2.01
6364
install -D -m 644 -t "$pkgdir$_patches_dir" "$srcdir"/patches/21431047_rm2/patch_37.2.01
65+
install -D -m 644 -t "$pkgdir$_patches_dir" "$srcdir"/patches/21501067_rm2/patch_38.2.03
6466
fi
6567
}
6668

@@ -74,6 +76,11 @@ configure() {
7476
if [[ $arch = rm1 ]]; then
7577
device="reMarkable 1"
7678
case "$build_date" in
79+
"20221003074737")
80+
patch_version="38.1.03"
81+
original_hash="a3ce408c8a717d48746e361336532924f5ff40f2"
82+
xochitl_version="2.15.0.1067"
83+
;;
7784
"20220921102803")
7885
patch_version="37.1.01"
7986
original_hash="011742f027b70f37a0da293132daafcfc82b537d"
@@ -165,6 +172,11 @@ configure() {
165172
elif [[ $arch = rm2 ]]; then
166173
device="reMarkable 2"
167174
case "$build_date" in
175+
"20221003075633")
176+
patch_version="38.2.03"
177+
original_hash="fcd3c84215c5457d455419831760304736f3b694"
178+
xochitl_version="2.15.0.1067"
179+
;;
168180
"20220921101206")
169181
patch_version="37.2.01"
170182
original_hash="47c3ad26651f604be5de901881a8a44f9124a79c"

0 commit comments

Comments
 (0)