git » pv.git » commit 227ad19

pv 1.9.34

author Urja (ARMLFS builder)
2025-10-03 00:54:30 UTC
committer Urja (ARMLFS builder)
2025-10-03 00:54:30 UTC
parent 763bfe8f7bcf7f0898196cb21adbee4892ec6b87

pv 1.9.34

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

diff --git a/.SRCINFO b/.SRCINFO
index 52fd9e2..58715af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = pv
 	pkgrel = 1
 	url = https://www.ivarch.com/programs/pv.shtml
 	arch = x86_64
+	arch = armv7h
 	license = GPL-3.0-or-later
 	depends = glibc
 	source = https://www.ivarch.com/programs/sources/pv-1.9.34.tar.gz
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 8c5dd7c..35c8d6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=pv
 pkgver=1.9.34
 pkgrel=1
 pkgdesc='A terminal-based tool for monitoring the progress of data through a pipeline'
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url="https://www.ivarch.com/programs/$pkgname.shtml"
 # _url="https://codeberg.org/a-j-wood/$pkgname"
 # _url="https://github.com/a-j-wood/$pkgname"