git » usbutils.git » commit 242c1aa

usbutils 017

author Urja (ARMLFS builder)
2024-07-12 17:48:02 UTC
committer Urja (ARMLFS builder)
2024-07-12 17:48:02 UTC
parent 03d2af2de2bb6f3349982af82137ac1522481842

usbutils 017

.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 19605ba..ac9e380 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=usbutils
 pkgver=017
 pkgrel=1
 pkgdesc="A collection of USB tools to query connected USB devices"
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url="https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git/"
 license=(
   GPL-2.0-only
@@ -51,7 +51,7 @@ build() {
 package() {
   depends+=(
     libusb libusb-1.0.so
-    systemd-libs libudev.so
+    systemd # libudev.so
   )
 
   cd $pkgname-$pkgver