git » gputils.git » commit 6b311c0

gputils 1.5.2

author Urja (ARMLFS builder)
2025-05-03 16:49:57 UTC
committer Urja (ARMLFS builder)
2025-05-03 16:49:57 UTC
parent 7ae1272c82a76ad20fe2cb2fa1dbe12fe9ff083f

gputils 1.5.2

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

diff --git a/.SRCINFO b/.SRCINFO
index 74ea656..ec80434 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = gputils
 	pkgrel = 2
 	url = http://gputils.sourceforge.net/
 	arch = x86_64
+	arch = armv7h
 	license = GPL
 	depends = glibc
 	source = https://downloads.sourceforge.net/sourceforge/gputils/gputils-1.5.2.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 dbdadce..1c4aec2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=1.5.2
 _tag=$pkgver-1
 pkgrel=2
 pkgdesc="PIC Programming Utilities"
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
 url="http://gputils.sourceforge.net/"
 license=('GPL')
 depends=('glibc')