git » chafa.git » commit 9804427

chafa 1.16.2

author Urja (ARMLFS builder)
2025-12-23 14:42:40 UTC
committer Urja (ARMLFS builder)
2025-12-23 14:42:40 UTC
parent 0d10c892e07f616c05ad4a3b5ac1f91a30da827e

chafa 1.16.2

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

diff --git a/.SRCINFO b/.SRCINFO
index e97a697..3db9676 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,11 +4,11 @@ pkgbase = chafa
 	pkgrel = 1
 	url = https://hpjansson.org/chafa/
 	arch = x86_64
+	arch = armv7h
 	license = LGPL-3.0-or-later
 	makedepends = git
 	makedepends = gtk-doc
 	depends = libavif
-	depends = libjxl
 	depends = librsvg
 	depends = libwebp
 	depends = libxslt
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 21b1aff..c3ffa5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ pkgname=chafa
 pkgver=1.16.2
 pkgrel=1
 pkgdesc="Image-to-text converter supporting a wide range of symbols and palettes, transparency, animations, etc."
-arch=("x86_64")
+arch=("x86_64" 'armv7h')
 url="https://hpjansson.org/chafa/"
-depends=('libavif' 'libjxl' 'librsvg' 'libwebp' 'libxslt')
+depends=('libavif' 'librsvg' 'libwebp' 'libxslt')
 makedepends=('git' 'gtk-doc')
 provides=('libchafa.so')
 license=("LGPL-3.0-or-later")