git » litehtml.git » commit 77c0f83

litehtml 0.9

author Urja (ARMLFS builder)
2025-12-23 14:42:41 UTC
committer Urja (ARMLFS builder)
2025-12-23 14:42:41 UTC
parent ef7d73f239d356c76752c399b512b08b58b1327b

litehtml 0.9

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

diff --git a/.SRCINFO b/.SRCINFO
index 3c407a2..fb3e81b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = litehtml
 	pkgrel = 2
 	url = http://www.litehtml.com/
 	arch = x86_64
+	arch = armv7h
 	license = BSD-3-Clause
 	makedepends = cmake
 	depends = gcc-libs
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 014686f..aab5daa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.9
 pkgrel=2
 pkgdesc='Fast and lightweight HTML/CSS rendering engine'
 url='http://www.litehtml.com/'
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 license=(BSD-3-Clause)
 depends=(gcc-libs
          glibc