mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Added nrf-regtool and nrfutil as dependencies, due to new requirements by the nRF Connect SDK.
This commit is contained in:
parent
d1e01c3de6
commit
3dff3cbc24
2 changed files with 6 additions and 2 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = nrf-connect-sdk-installer
|
||||
pkgdesc = Installer script for the Nordic Semiconuctor nRF Connect Software Developement Kit (SDK).
|
||||
pkgver = 0.2
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://gitlab.com/hellesvik/nrf-connect-sdk-installer
|
||||
arch = x86_64
|
||||
license = BSD
|
||||
|
|
@ -21,6 +21,8 @@ pkgbase = nrf-connect-sdk-installer
|
|||
depends = python-pyelftools
|
||||
depends = zephyr-sdk
|
||||
depends = python-west
|
||||
depends = python-nrf_regtool
|
||||
depends = nrfutil
|
||||
depends = nrf5x-command-line-tools
|
||||
optdepends = ccache: Listed in nRF Connect SDK install dependencies
|
||||
optdepends = gn: Matter support
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
# Disclaimer: This package is not from Nordic Semiconductor
|
||||
pkgname=nrf-connect-sdk-installer
|
||||
pkgver=0.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Installer script for the Nordic Semiconuctor nRF Connect Software Developement Kit (SDK)."
|
||||
arch=('x86_64')
|
||||
url="https://gitlab.com/hellesvik/${pkgname}"
|
||||
|
|
@ -26,6 +26,8 @@ depends=(
|
|||
#AUR dependencies
|
||||
'zephyr-sdk'
|
||||
'python-west'
|
||||
'python-nrf_regtool'
|
||||
'nrfutil'
|
||||
'nrf5x-command-line-tools'
|
||||
)
|
||||
makedepends=(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue