Skip to content

Commit b097fd2

Browse files
authored
Update ddvk-hacks to 37.01 (#633)
* Update ddvk-hacks to 37.01 * Fix rM1 2.14.1.866 hash
1 parent ca10a6a commit b097fd2

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

package/ddvk-hacks/package

Lines changed: 17 additions & 5 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=36.01-1
10-
timestamp=2022-09-07T00:05:57+0200
9+
pkgver=37.01-1
10+
timestamp=2022-09-28T20:38:22Z
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/c3ec0b6aa480baaaaf63460c99796f952265bf19.zip)
17-
sha256sums=(7ce383e5be058fa7bd90ec069211a74c737c36ef61a1c767bff9a352963d94a0)
16+
source=(https://github.com/ddvk/remarkable-hacks/archive/9ff935ef09efe4bdb9f9371b84bef21ef1b766e2.zip)
17+
sha256sums=(55818b14839301aa3f8da5ba70ef9de3f92bcab8ea9f72b9c6ab20d27e6b5655)
1818

1919
_patches_dir="/opt/share/ddvk-hacks"
2020
_xochitl_path="/usr/bin/xochitl"
@@ -40,6 +40,7 @@ package() {
4040
install -D -m 644 -t "$pkgdir$_patches_dir" "$srcdir"/patches/2140861_rm1/patch_34.1.01
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
43+
install -D -m 644 -t "$pkgdir$_patches_dir" "$srcdir"/patches/21431047_rm1/patch_37.1.01
4344
elif [[ $arch = rm2 ]]; then
4445
install -D -m 644 -t "$pkgdir$_patches_dir" "$srcdir"/patches/26171_rm2/patch_19.2.02
4546
install -D -m 644 -t "$pkgdir$_patches_dir" "$srcdir"/patches/26275_rm2/patch_20.2.03
@@ -59,6 +60,7 @@ package() {
5960
install -D -m 644 -t "$pkgdir$_patches_dir" "$srcdir"/patches/2140861_rm2/patch_34.2.01
6061
install -D -m 644 -t "$pkgdir$_patches_dir" "$srcdir"/patches/2141866_rm2/patch_35.2.01
6162
install -D -m 644 -t "$pkgdir$_patches_dir" "$srcdir"/patches/2143977_rm2/patch_36.2.01
63+
install -D -m 644 -t "$pkgdir$_patches_dir" "$srcdir"/patches/21431047_rm2/patch_37.2.01
6264
fi
6365
}
6466

@@ -72,14 +74,19 @@ configure() {
7274
if [[ $arch = rm1 ]]; then
7375
device="reMarkable 1"
7476
case "$build_date" in
77+
"20220921102803")
78+
patch_version="37.1.01"
79+
original_hash="011742f027b70f37a0da293132daafcfc82b537d"
80+
xochitl_version="2.14.3.1047"
81+
;;
7582
"20220825122914")
7683
patch_version="36.1.01"
7784
original_hash="a88faec812ae20960bfbab38be0aa49aafec902a"
7885
xochitl_version="2.14.3.977"
7986
;;
8087
"20220617142418")
8188
patch_version="35.1.01"
82-
original_hash="d172016ac8a97ca5df3c551648e0b3314f17f72a"
89+
original_hash="a052dfbe587851d17146e586e4be65819f1360e3"
8390
xochitl_version="2.14.1.866"
8491
;;
8592
"20220615075543")
@@ -158,6 +165,11 @@ configure() {
158165
elif [[ $arch = rm2 ]]; then
159166
device="reMarkable 2"
160167
case "$build_date" in
168+
"20220921101206")
169+
patch_version="37.2.01"
170+
original_hash="47c3ad26651f604be5de901881a8a44f9124a79c"
171+
xochitl_version="2.14.3.1047"
172+
;;
161173
"20220825124750")
162174
patch_version="36.2.01"
163175
original_hash="470e88f8d5fb62f64939fe4ea3b89c515113f7e5"

0 commit comments

Comments
 (0)