firmware-asus-z010d: replace _tag with _commit
This package wrongly uses a separate pkgver than the taged version used in sources. This tag is just HEAD, so use HEAD as _commit instead. Signed-off-by: Aster Boese <asterboese@mailbox.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8593>
This commit is contained in:
parent
bb56208d81
commit
2779e7a2a4
1 changed files with 7 additions and 8 deletions
|
|
@ -1,6 +1,7 @@
|
|||
maintainer=""
|
||||
pkgname=firmware-asus-z010d
|
||||
pkgver=4
|
||||
pkgver=5
|
||||
_commit=0997fd7efa1deeddb3fde0670cb8f242fd5f1574
|
||||
pkgrel=0
|
||||
pkgdesc="Firmware for Asus Zenfone Max ZC550KL"
|
||||
url="https://gitlab.com/camillathechicken/firmware-max"
|
||||
|
|
@ -9,12 +10,8 @@ arch="aarch64"
|
|||
license="proprietary"
|
||||
options="!check !strip !archcheck !tracedeps pmb:cross-native"
|
||||
makedepends="pil-squasher"
|
||||
|
||||
_tag="v0.1"
|
||||
_repo="firmware-max"
|
||||
|
||||
source="$pkgname-$_tag.tar.gz::https://gitlab.com/camillathechicken/$_repo/-/archive/$_tag/$_repo-$_tag.tar.gz"
|
||||
builddir="$srcdir/$_repo-$_tag"
|
||||
source="$pkgname-$_commit.tar.bz2::https://gitlab.com/camillathechicken/firmware-max/-/archive/$_commit/firmware-max-$_commit.tar.bz2"
|
||||
builddir="$srcdir/firmware-max-$_commit"
|
||||
|
||||
_fwdir="/lib/firmware/postmarketos"
|
||||
|
||||
|
|
@ -43,4 +40,6 @@ venus() {
|
|||
ln -s venus.mbn "$subpkgdir/$_fwdir"/qcom/venus-1.8/venus.mdt
|
||||
}
|
||||
|
||||
sha512sums="870c4835de86aac68f29249d6f1545dc8b9ccdb4c3a19ed19eb3429c5d0ab40ed3ffceba36bf54b69a9e3ca2170fde66b2e357a8686580865bfa38e8b99e0cd6 firmware-asus-z010d-v0.1.tar.gz"
|
||||
sha512sums="
|
||||
cdaef3a1386870a5fc015eb9d2f03bbacfa9f1ec226a205a95dcf4f7616f865a44fd111dadb3eeec672bfe2fe21423a88b063e6228cbd0de4abd096c80f05453 firmware-asus-z010d-0997fd7efa1deeddb3fde0670cb8f242fd5f1574.tar.bz2
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue