git » gumbo-parser.git » commit f61eb0b

gumbo-parser 0.13.2

author Urja (ARMLFS builder)
2025-12-23 14:42:53 UTC
committer Urja (ARMLFS builder)
2025-12-23 14:42:53 UTC
parent 07bb93e6d18fce775b2926567df75f12ca8b2a53

gumbo-parser 0.13.2

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

diff --git a/.SRCINFO b/.SRCINFO
index 953b3a7..d4d55f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = gumbo-parser
 	pkgrel = 1
 	url = https://codeberg.org/gumbo-parser/gumbo-parser/
 	arch = x86_64
+	arch = armv7h
 	license = Apache-2.0
 	checkdepends = gtest
 	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 f59b675..fe6f973 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=gumbo-parser
 pkgver=0.13.2
 pkgrel=1
 pkgdesc="HTML5 parsing library in pure C99"
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url="https://codeberg.org/gumbo-parser/gumbo-parser/"
 license=(Apache-2.0)
 depends=(glibc)