git » dtc.git » commit 1578d0a

dtc 1.7.0

author Urja (ARMLFS builder)
2025-02-10 10:30:59 UTC
committer Urja (ARMLFS builder)
2025-02-10 10:30:59 UTC
parent b4a8bf39c48b15ab4cbf400937fd3048988fb0bf

dtc 1.7.0

.gitignore +2 -0
PKGBUILD +1 -1

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a43258a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/src/
+/pkg/
diff --git a/PKGBUILD b/PKGBUILD
index caaa27a..47ceb62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=1.7.0
 pkgrel=5
 pkgdesc='Device Tree Compiler'
 url='https://www.devicetree.org/'
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 license=(GPL2)
 depends=(bash glibc libyaml python)
 makedepends=(meson swig python-setuptools-scm)