Skip to content

Commit a862392

Browse files
authored
Update ddvk-hacks to 39.01 (#645)
1 parent bbef39b commit a862392

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

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=38.03-1
10-
timestamp=2022-10-18T16:35:20Z
9+
pkgver=39.01-1
10+
timestamp=2022-11-09T18:31:51Z
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/49a6117b2a9ae3d5116069670702e7aa28ed1584.zip)
17-
sha256sums=(099d65801eda0e38a7f65a40659d32d1b37239deb2a3c4a896e37a7ed0b4f0a4)
16+
source=(https://github.com/ddvk/remarkable-hacks/archive/90e7e3e7ffc269373de191085453be50c9f8da0c.zip)
17+
sha256sums=(d3b1413bb9219804581afab598e7f5308233e7467d64e8084e67aae7346beaba)
1818

1919
_patches_dir="/opt/share/ddvk-hacks"
2020
_xochitl_path="/usr/bin/xochitl"
@@ -42,6 +42,7 @@ package() {
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
4444
install -D -m 644 -t "$pkgdir$_patches_dir" "$srcdir"/patches/21501067_rm1/patch_38.1.03
45+
install -D -m 644 -t "$pkgdir$_patches_dir" "$srcdir"/patches/21511189_rm1/patch_39.1.01
4546
elif [[ $arch = rm2 ]]; then
4647
install -D -m 644 -t "$pkgdir$_patches_dir" "$srcdir"/patches/26171_rm2/patch_19.2.02
4748
install -D -m 644 -t "$pkgdir$_patches_dir" "$srcdir"/patches/26275_rm2/patch_20.2.03
@@ -63,6 +64,7 @@ package() {
6364
install -D -m 644 -t "$pkgdir$_patches_dir" "$srcdir"/patches/2143977_rm2/patch_36.2.01
6465
install -D -m 644 -t "$pkgdir$_patches_dir" "$srcdir"/patches/21431047_rm2/patch_37.2.01
6566
install -D -m 644 -t "$pkgdir$_patches_dir" "$srcdir"/patches/21501067_rm2/patch_38.2.03
67+
install -D -m 644 -t "$pkgdir$_patches_dir" "$srcdir"/patches/21511189_rm2/patch_39.2.01
6668
fi
6769
}
6870

@@ -76,6 +78,11 @@ configure() {
7678
if [[ $arch = rm1 ]]; then
7779
device="reMarkable 1"
7880
case "$build_date" in
81+
"20221026103859")
82+
patch_version="39.1.01"
83+
original_hash="1c01bae469a2e29846c68758e2cae4a2b8b5055d"
84+
xochitl_version="2.15.1.1189"
85+
;;
7986
"20221003074737")
8087
patch_version="38.1.03"
8188
original_hash="a3ce408c8a717d48746e361336532924f5ff40f2"
@@ -172,6 +179,11 @@ configure() {
172179
elif [[ $arch = rm2 ]]; then
173180
device="reMarkable 2"
174181
case "$build_date" in
182+
"20221026104022")
183+
patch_version="39.2.01"
184+
original_hash="64e3cb3d05aec4a40624ebfc730e480358e1b184"
185+
xochitl_version="2.15.1.1189"
186+
;;
175187
"20221003075633")
176188
patch_version="38.2.03"
177189
original_hash="fcd3c84215c5457d455419831760304736f3b694"

0 commit comments

Comments
 (0)