git » libsbsms.git » commit a65800e

libsbsms 2.3.0

author Urja (ARMLFS builder)
2025-02-10 10:30:58 UTC
committer Urja (ARMLFS builder)
2025-02-10 10:30:58 UTC
parent 8589e3123d19ad46e763420a5335e7539ba56074

libsbsms 2.3.0

.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 c3e81ea..84ab86c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=libsbsms
 pkgver=2.3.0
 pkgrel=5
 pkgdesc="A library for high quality time and pitch scale modification"
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url="https://github.com/claytonotey/libsbsms"
 license=("GPL-2.0-or-later")
 depends=(gcc-libs glibc)