git » oniguruma.git » commit f4c8c4d

oniguruma 6.9.10

author Urja (ARMLFS builder)
2025-03-02 10:21:22 UTC
committer Urja (ARMLFS builder)
2025-03-02 10:21:22 UTC
parent f97c3d92f4326cff75a5cc250ff33d4a262fb543

oniguruma 6.9.10

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

diff --git a/.SRCINFO b/.SRCINFO
index 27b2a34..85f8264 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = oniguruma
 	pkgrel = 1
 	url = https://github.com/kkos/oniguruma
 	arch = x86_64
+	arch = armv7h
 	license = BSD
 	source = https://github.com/kkos/oniguruma/releases/download/v6.9.10/onig-6.9.10.tar.gz
 	sha256sums = 2a5cfc5ae259e4e97f86b68dfffc152cdaffe94e2060b770cb827238d769fc05
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 26d7d5f..12ae08b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=oniguruma
 pkgver=6.9.10
 pkgrel=1
 pkgdesc="a regular expressions library"
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
 url="https://github.com/kkos/oniguruma"
 license=('BSD')
 source=("https://github.com/kkos/oniguruma/releases/download/v$pkgver/onig-${pkgver/_/-}.tar.gz")