git » webp-pixbuf-loader.git » commit 6079435

webp-pixbuf-loader 0.2.7

author Urja (ARMLFS builder)
2025-05-03 16:49:49 UTC
committer Urja (ARMLFS builder)
2025-05-03 16:49:49 UTC
parent dd2077fa4829026e13155ab879686e6f06f3ef0c

webp-pixbuf-loader 0.2.7

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

diff --git a/.SRCINFO b/.SRCINFO
index 160f513..4d31307 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = webp-pixbuf-loader
 	pkgrel = 1
 	url = https://github.com/aruiz/webp-pixbuf-loader
 	arch = x86_64
+	arch = armv7h
 	license = LGPL
 	makedepends = meson
 	depends = gdk-pixbuf2
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 28e9c61..22bfb04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=webp-pixbuf-loader
 pkgver=0.2.7
 pkgrel=1
 pkgdesc="WebM GDK Pixbuf Loader library"
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url="https://github.com/aruiz/webp-pixbuf-loader"
 license=(LGPL)
 depends=(gdk-pixbuf2 libwebp)