git » uboot-tools.git » commit 5a5cd12

uboot-tools 2024.07

author Urja (ARMLFS builder)
2025-02-10 10:31:05 UTC
committer Urja (ARMLFS builder)
2025-02-10 10:31:05 UTC
parent e47c913616a8c1353ddcdc41be006d5094d70179

uboot-tools 2024.07

.gitignore +2 -0
PKGBUILD +2 -2

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 fe0d17c..1d137ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@ pkgname=uboot-tools
 pkgver=2024.07
 pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url='https://www.denx.de/wiki/U-Boot/WebHome'
 license=(GPL)
-depends=(openssl)
+depends=(gnutls)
 makedepends=(python python-setuptools swig)
 source=(https://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
 validpgpkeys=('1A3C7F70E08FAB1707809BBF147C39FF9634B72C')