git » libftdi-compat.git » commit 6f8d29e

libftdi-compat 0.20

author Urja (ARMLFS builder)
2024-07-12 17:48:06 UTC
committer Urja (ARMLFS builder)
2024-07-12 17:48:06 UTC
parent a59c8a828258f65ac163d178e876079e05b87c2b

libftdi-compat 0.20

.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 db49aa2..4526a09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=libftdi-compat
 pkgver=0.20
 pkgrel=8
 pkgdesc="A library to talk to FTDI chips"
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
 url="https://www.intra2net.com/en/developer/libftdi/download.php"
 license=('GPL2' 'LGPL2.1')
 depends=('libusb-compat' 'gcc-libs')