git » abc.git » commit 164c6b9

abc 0.0.0.20221019

author Urja (ARMLFS builder)
2024-07-12 17:48:04 UTC
committer Urja (ARMLFS builder)
2024-07-12 17:48:04 UTC
parent 38831c7e8507f31fe8fbe25fa16db6eb6e83d0bc

abc 0.0.0.20221019

.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 62073a0..7f916ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.0.0.20221019
 _commit=70cb339f869e485802159d7f2b886130793556c4
 pkgrel=1
 pkgdesc="System for Sequential Logic Synthesis and Formal Verification"
-arch=("x86_64")
+arch=("x86_64" 'armv7h')
 license=("MIT")
 url="https://github.com/berkeley-abc/abc"
 depends=('readline')