git » picocom.git » commit 88689c5

picocom 3.1

author Urja (ARMLFS builder)
2025-12-23 14:42:34 UTC
committer Urja (ARMLFS builder)
2025-12-23 14:42:34 UTC
parent 11e94cb2fb9a9c0d519964aa5cc0d961662500f6

picocom 3.1

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

diff --git a/.SRCINFO b/.SRCINFO
index 0d26491..61cad4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = picocom
 	pkgrel = 3
 	url = https://github.com/npat-efault/picocom
 	arch = x86_64
+	arch = armv7h
 	license = GPL2
 	makedepends = git
 	depends = glibc
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 e91e82a..425072d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=3
 pkgdesc='Minimal dumb-terminal emulation program, very much like minicom'
 url='https://github.com/npat-efault/picocom'
 license=('GPL2')
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
 makedepends=('git')
 depends=('glibc')
 source=("git+https://github.com/npat-efault/picocom.git#tag=$pkgver")