-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'testing' into issue/638
- Loading branch information
Showing
8 changed files
with
630 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
pkgnames=(koreader) | ||
pkgdesc="Ebook reader supporting PDF, DjVu, EPUB, FB2 and many more formats" | ||
url=https://github.com/koreader/koreader | ||
pkgver=2023.06.1-2 | ||
timestamp=2023-07-09T08:17:26Z | ||
pkgver=2023.08-2 | ||
timestamp=2023-08-29T16:21:01Z | ||
section="readers" | ||
maintainer="raisjn <[email protected]>" | ||
license=AGPL-3.0-or-later | ||
|
@@ -21,7 +21,7 @@ source=( | |
koreader | ||
) | ||
sha256sums=( | ||
a24f334983060b5cfee7b87484529b77fe4adffd646e8fd55447750e73309ef0 | ||
8cc9fad1cbcda5519c20afe6e33c4f80a51587daed7b959ef7284ce8b0c41ec0 | ||
SKIP | ||
SKIP | ||
SKIP | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ archs=(rm2) | |
pkgnames=(linux-mainline) | ||
pkgdesc="reMarkable 2 kernel based on the mainline kernel" | ||
url=https://www.kernel.org | ||
pkgver=6.2.0-1 | ||
pkgver=6.2.0-2 | ||
timestamp=2022-05-22T21:50:09Z | ||
section=kernel | ||
maintainer="Alistair Francis <[email protected]>" | ||
|
@@ -15,11 +15,18 @@ license=GPL-2.0-only | |
flags=(nostrip) | ||
|
||
image=base:v2.3 | ||
source=("https://github.com/alistair23/linux/archive/8241218883331bfdc0800f30eb337ff97b7c648c.tar.gz") | ||
sha256sums=(de69fc74f1d25f447da170967eeea13b24354e9b8aa1927addcaa88c2ea9cd7c) | ||
source=( | ||
https://github.com/alistair23/linux/archive/8241218883331bfdc0800f30eb337ff97b7c648c.tar.gz | ||
remarkable_defconfig | ||
) | ||
sha256sums=( | ||
de69fc74f1d25f447da170967eeea13b24354e9b8aa1927addcaa88c2ea9cd7c | ||
f4d8cbb2c0e7bff5b151729b45064eb9e95005cb91899f0a9df038343d95ebf2 | ||
) | ||
|
||
build() { | ||
ARCH=arm make imx_v6_v7_defconfig | ||
cp remarkable_defconfig arch/arm/configs/ | ||
ARCH=arm make remarkable_defconfig | ||
ARCH=arm make -j8 | ||
} | ||
|
||
|
Oops, something went wrong.