modem/msmipc-dev: update to source mirror

The kernel/msm repo on Google's Gerrit doesn't have any content anymore.
Point the sources to the same commit on a LineageOS repo on GitHub.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8642>
This commit is contained in:
Luca Weiss 2026-05-26 15:28:44 +02:00 committed by The Friendly Meow (merge) Bot
parent ca932427e6
commit b2e19fb456
No known key found for this signature in database

View file

@ -1,25 +1,22 @@
maintainer=""
pkgname=msmipc-dev
pkgver=0.1
pkgrel=2
pkgrel=3
pkgdesc="Headers for Qualcomm MSM IPC (AF_MSM_IPC and AF_QRTR)"
url="https://android.googlesource.com/kernel/msm/+/e63c5a50c9379ccbee4c7f0e6ba43394e9d89db4/include/linux/msm_ipc.h"
url="https://github.com/LineageOS/android_kernel_google_msm/blob/e63c5a50c9379ccbee4c7f0e6ba43394e9d89db4/include/linux/msm_ipc.h"
arch="noarch"
depends="linux-headers"
license="GPL-2.0 WITH Linux-syscall-note"
source="
msm_ipc.h.base64::https://android.googlesource.com/kernel/msm/+/e63c5a50c9379ccbee4c7f0e6ba43394e9d89db4/include/linux/msm_ipc.h?format=TEXT
https://raw.githubusercontent.com/LineageOS/android_kernel_google_msm/e63c5a50c9379ccbee4c7f0e6ba43394e9d89db4/include/linux/msm_ipc.h
"
builddir="$srcdir"
options="!check"
unpack() {
default_unpack
base64 -d "$srcdir"/msm_ipc.h.base64 > "$srcdir"/msm_ipc.h
}
package() {
install -Dm644 msm_ipc.h "$pkgdir"/usr/src/msmipc-dev/include/linux/msm_ipc.h
}
sha512sums="c626c03b567b3e12ca0e7d7d89f7c308f1ca3782c163112a04076060a79a91c1192ffb695ab99b28a952021449657b0fdf1912873b7ca05a16a9848f896ea8d0 msm_ipc.h.base64"
sha512sums="
f98cef8082d980b8615262d14e61f0ff09d6b945db17674b3ad6a27f553b6eba2507a5a0cdcfd995c73b8dc1f9ed6921bdf18d90b5a2649f15e16cfb502bab82 msm_ipc.h
"