git » sysfsutils.git » commit 7704eae

sysfsutils 2.1.1

author Urja (ARMLFS builder)
2025-07-18 13:16:32 UTC
committer Urja (ARMLFS builder)
2025-07-18 13:16:32 UTC
parent 9e7594c6f22c7b539f51c4a184fe4568ee887883

sysfsutils 2.1.1

.SRCINFO +1 -0
.gitignore +2 -0
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index f62d49a..d87a4ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = sysfsutils
 	pkgrel = 2
 	url = http://linux-diag.sourceforge.net/Sysfsutils.html
 	arch = x86_64
+	arch = armv7h
 	license = GPL-2.0-only
 	license = LGPL-2.0-only
 	makedepends = git
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 0402d87..177acfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=sysfsutils
 pkgver=2.1.1
 pkgrel=2
 pkgdesc="System Utilities Based on Sysfs"
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 license=('GPL-2.0-only' 'LGPL-2.0-only')
 url="http://linux-diag.sourceforge.net/Sysfsutils.html"
 depends=('glibc')