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:
Richard Acayan 2022-09-30 22:45:36 -04:00 committed by Newbyte
parent 7be1ac7f84
commit c368b64135
No known key found for this signature in database
GPG key ID: 5873C171C9429CFA

View file

@ -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"