mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Added pykwalify as dependency
This commit is contained in:
parent
3dff3cbc24
commit
b297cb22a4
2 changed files with 4 additions and 2 deletions
3
.SRCINFO
3
.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 = 2
|
||||
pkgrel = 3
|
||||
url = https://gitlab.com/hellesvik/nrf-connect-sdk-installer
|
||||
arch = x86_64
|
||||
license = BSD
|
||||
|
|
@ -21,6 +21,7 @@ pkgbase = nrf-connect-sdk-installer
|
|||
depends = python-pyelftools
|
||||
depends = zephyr-sdk
|
||||
depends = python-west
|
||||
depends = python-pykwalify
|
||||
depends = python-nrf_regtool
|
||||
depends = nrfutil
|
||||
depends = nrf5x-command-line-tools
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
# Disclaimer: This package is not from Nordic Semiconductor
|
||||
pkgname=nrf-connect-sdk-installer
|
||||
pkgver=0.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
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,7 @@ depends=(
|
|||
#AUR dependencies
|
||||
'zephyr-sdk'
|
||||
'python-west'
|
||||
'python-pykwalify'
|
||||
'python-nrf_regtool'
|
||||
'nrfutil'
|
||||
'nrf5x-command-line-tools'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue