[arch-commits] Commit in dtc/trunk (PKGBUILD)

Anatol Pomozov anatolik at gemini.archlinux.org
Wed Feb 16 16:53:08 UTC 2022


    Date: Wednesday, February 16, 2022 @ 16:53:08
  Author: anatolik
Revision: 1133486

upgpkg: dtc 1.6.1-4: FS#73721: enable yaml output format

Modified:
  dtc/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-16 16:50:19 UTC (rev 1133485)
+++ PKGBUILD	2022-02-16 16:53:08 UTC (rev 1133486)
@@ -3,11 +3,12 @@
 
 pkgname=dtc
 pkgver=1.6.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Device Tree Compiler'
 url='https://www.devicetree.org/'
 arch=(x86_64)
 license=(GPL2)
+depends=(libyaml)
 makedepends=(swig python)
 checkdepends=(valgrind)
 source=(https://www.kernel.org/pub/software/utils/dtc/dtc-$pkgver.tar.xz



More information about the arch-commits mailing list