git » portsmf.git » commit 7a52388

portsmf 234

author Urja (ARMLFS builder)
2025-02-10 10:30:59 UTC
committer Urja (ARMLFS builder)
2025-02-10 10:30:59 UTC
parent d8fb2178551c821c6d2b026164758c9fb58d1083

portsmf 234

.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 b1de4f9..809fda2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=portsmf
 pkgver=234
 pkgrel=3
 pkgdesc="Portable library for reading/writing Standard MIDI Files"
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
 url="https://sourceforge.net/p/portmedia/wiki/portsmf/"
 license=('MIT')
 depends=('gcc-libs' 'glibc')