git » libpfm.git » commit 255f9d7

libpfm 4.13.0+r83+g91970fe

author Urja (ARMLFS builder)
2025-07-18 13:16:28 UTC
committer Urja (ARMLFS builder)
2025-07-18 13:16:28 UTC
parent 7d03d53391b6cf94214013a2a04ebcaa0ec1ce35

libpfm 4.13.0+r83+g91970fe

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

diff --git a/.SRCINFO b/.SRCINFO
index 3b7d5e3..a0d4a66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = libpfm
 	pkgrel = 1
 	url = https://perfmon2.sourceforge.net
 	arch = x86_64
+	arch = armv7h
 	license = MIT
 	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 307be9a..52e84a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=libpfm
 pkgver=4.13.0+r83+g91970fe
 pkgrel=1
 pkgdesc='Library to encode performance events for use by perf tool'
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
 url='https://perfmon2.sourceforge.net'
 license=('MIT')
 depends=(