summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Blumenstingl2022-04-18 23:08:45 +0200
committerMartin Blumenstingl2022-04-18 23:08:45 +0200
commit99dd0419ff800feaf090b22a09264c15ba823042 (patch)
tree8e1af125389612178ef801f2649cb7789d9d73b0
parent2a1ce3c0c4cc6db12faf1dc159a32f7d7392944d (diff)
downloadaur-99dd0419ff800feaf090b22a09264c15ba823042.tar.gz
Various utils now depend on the pylibfdt bindings from the dtc package
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 517689fb61a0..c74daff84bd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yaml-bindings-git
pkgdesc = Tooling for devicetree validation using YAML and jsonschema
pkgver = r635.ba55f96
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/devicetree-org/dt-schema
arch = any
license = BSD
@@ -11,6 +11,7 @@ pkgbase = yaml-bindings-git
depends = python-ruamel-yaml
depends = python-jsonschema
depends = python-rfc3987
+ depends = dtc
source = yaml-bindings::git+https://github.com/devicetree-org/dt-schema.git
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a1109a574e3a..208d98d2a3a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=yaml-bindings-git
pkgver=r635.ba55f96
-pkgrel=1
+pkgrel=2
pkgdesc='Tooling for devicetree validation using YAML and jsonschema'
arch=(any)
url="https://github.com/devicetree-org/dt-schema"
license=('BSD')
-depends=('python' 'python-ruamel-yaml' 'python-jsonschema' 'python-rfc3987')
+depends=('python' 'python-ruamel-yaml' 'python-jsonschema' 'python-rfc3987' 'dtc')
makedepends=('python-setuptools' 'python-pip')
source=('yaml-bindings::git+https://github.com/devicetree-org/dt-schema.git')
sha1sums=('SKIP')