google-sargo: alphabetically sort dependencies (MR 3488)
One dependency is not alphabetically sorted. Put it in its place so the placement of the next additions make sense.
This commit is contained in:
parent
7be1ac7f84
commit
c368b64135
1 changed files with 2 additions and 2 deletions
|
@ -2,17 +2,17 @@
|
||||||
pkgname=device-google-sargo
|
pkgname=device-google-sargo
|
||||||
pkgdesc="Google Pixel 3a"
|
pkgdesc="Google Pixel 3a"
|
||||||
pkgver=0.2
|
pkgver=0.2
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
options="!check !archcheck"
|
options="!check !archcheck"
|
||||||
depends="
|
depends="
|
||||||
linux-postmarketos-qcom-sdm670
|
linux-postmarketos-qcom-sdm670
|
||||||
|
make-dynpart-mappings
|
||||||
mesa-dri-gallium
|
mesa-dri-gallium
|
||||||
mkbootimg
|
mkbootimg
|
||||||
postmarketos-base
|
postmarketos-base
|
||||||
make-dynpart-mappings
|
|
||||||
"
|
"
|
||||||
makedepends="devicepkg-dev"
|
makedepends="devicepkg-dev"
|
||||||
source="deviceinfo"
|
source="deviceinfo"
|
||||||
|
|
Loading…
Reference in a new issue