mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
Merge pull request #2019 from jcaesar/master
alarm/raspberrypi-utils: add dtc as runtime dependency
This commit is contained in:
commit
298a8b37bc
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ pkgdesc="Legacy scripts and simple applications for Raspberry Pi"
|
|||
arch=('aarch64' 'armv7h')
|
||||
url="https://github.com/raspberrypi/utils"
|
||||
license=('custom')
|
||||
makedepends=('cmake' 'dtc')
|
||||
makedepends=('cmake' )
|
||||
depends=('dtc')
|
||||
replaces=('raspberrypi-firmware')
|
||||
conflicts=('raspberrypi-firmware')
|
||||
options=(!strip)
|
||||
|
|
Loading…
Reference in a new issue