git » xfce4-dev-tools.git » commit 83c686c

xfce4-dev-tools 4.18.1

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

xfce4-dev-tools 4.18.1

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

diff --git a/.SRCINFO b/.SRCINFO
index c431802..e5a63d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = xfce4-dev-tools
 	pkgrel = 3
 	url = https://docs.xfce.org/xfce/xfce4-dev-tools/start
 	arch = x86_64
+	arch = armv7h
 	license = GPL-2.0-or-later
 	makedepends = git
 	depends = glib2
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 06a4869..4fd3715 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=xfce4-dev-tools
 pkgver=4.18.1
 pkgrel=3
 pkgdesc="Xfce developer tools"
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
 url="https://docs.xfce.org/xfce/xfce4-dev-tools/start"
 license=('GPL-2.0-or-later')
 depends=('glib2' 'intltool' 'gtk-doc')