device-google-gru: fix pkgver typo

Fixes https://gitlab.alpinelinux.org/alpine/apk-tools/-/issues/11107

Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6445
[ci:skip-build]: already built successfully in CI
This commit is contained in:
fossdd 2025-04-24 14:41:02 +02:00
parent 60778a8e82
commit 84f364fd5a
No known key found for this signature in database
GPG key ID: 7A342565FF635F79

View file

@ -3,7 +3,7 @@
pkgname=device-google-gru
pkgdesc="Google Gru Chromebooks"
pkgver=8
pkgrel=1
pkgrel=2
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -51,7 +51,7 @@ nonfree_firmware() {
}
openrc() {
install_if="$pkgname=$pkgvar-r$pkgrel openrc"
install_if="$pkgname=$pkgver-r$pkgrel openrc"
depends="eudev-hwids>=3.2.12-r0"
mkdir "$subpkgdir"
}