diff --git a/CODEOWNERS b/CODEOWNERS index cd904256c..84909517e 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -114,6 +114,7 @@ device/*/linux-huawei-plank/ @gtrxAC device/*/linux-next/ @calebccff device/*/linux-postmarketos-allwinner/ @Arnavion @PsychoGame device/*/linux-postmarketos-amlogic/ @funderscore @exkc +device/*/linux-postmarketos-apple/ @JustSoup321 device/*/linux-postmarketos-exynos4/ @Newbyte @Grimler @knuxify device/*/linux-postmarketos-exynos5/ @jenneron @Grimler device/*/linux-postmarketos-grate/ @clamor-s @jenneron @jethrob diff --git a/device/testing/linux-postmarketos-apple/APKBUILD b/device/testing/linux-postmarketos-apple/APKBUILD index 1116fd4b8..8f432caf5 100644 --- a/device/testing/linux-postmarketos-apple/APKBUILD +++ b/device/testing/linux-postmarketos-apple/APKBUILD @@ -1,8 +1,9 @@ # Reference: # Kernel config based on: arch/arm64/configs/defconfig +# Maintainer: Aster Boese pkgname=linux-postmarketos-apple pkgver=6.1.0_rc1 -pkgrel=1 +pkgrel=2 pkgdesc="Mainline kernel fork for Apple iPhone and iPad devices" arch="aarch64" _carch="arm64"