summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Blumenstingl2019-11-30 16:05:01 +0100
committerMartin Blumenstingl2019-11-30 16:05:01 +0100
commit575d7e609055ffdc9cd44c6370fe4607ecc1aa0b (patch)
treecb863be05d206fcaa8612ba62afb131e09d3df6d
parenta8aa8367a06a8afedfdb6c3e437154df285d6cb0 (diff)
downloadaur-575d7e609055ffdc9cd44c6370fe4607ecc1aa0b.tar.gz
update to the devicetree-org repository and use the latest version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43f237612fb1..c27019f40494 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = yaml-bindings-git
pkgdesc = Tooling for devicetree validation using YAML and jsonschema
- pkgver = r344.dec452c
+ pkgver = r393.879eac8
pkgrel = 1
- url = https://github.com/robherring/yaml-bindings
+ url = https://github.com/devicetree-org/dt-schema
arch = any
license = BSD
makedepends = python-setuptools
@@ -10,7 +10,7 @@ pkgbase = yaml-bindings-git
depends = python-ruamel-yaml
depends = python-jsonschema
depends = python-rfc3987
- source = yaml-bindings::git+https://github.com/robherring/yaml-bindings
+ source = yaml-bindings::git+https://github.com/devicetree-org/dt-schema.git
sha1sums = SKIP
pkgname = yaml-bindings-git
diff --git a/PKGBUILD b/PKGBUILD
index e278338e34c9..09c829151534 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
pkgname=yaml-bindings-git
-pkgver=r344.dec452c
+pkgver=r393.879eac8
pkgrel=1
pkgdesc='Tooling for devicetree validation using YAML and jsonschema'
arch=(any)
-url="https://github.com/robherring/yaml-bindings"
+url="https://github.com/devicetree-org/dt-schema"
license=('BSD')
depends=('python' 'python-ruamel-yaml' 'python-jsonschema' 'python-rfc3987')
makedepends=('python-setuptools')
-source=('yaml-bindings::git+https://github.com/robherring/yaml-bindings')
+source=('yaml-bindings::git+https://github.com/devicetree-org/dt-schema.git')
sha1sums=('SKIP')
pkgver() {