git » geany.git » commit 8380810

geany 2.0

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

geany 2.0

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

diff --git a/.SRCINFO b/.SRCINFO
index 58d44a5..3ac8e56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = geany
 	pkgrel = 1
 	url = https://www.geany.org/
 	arch = x86_64
+	arch = armv7h
 	license = GPL
 	makedepends = doxygen
 	makedepends = intltool
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 87df2e4..4766992 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=geany
 pkgver=2.0
 pkgrel=1
 pkgdesc='Fast and lightweight IDE'
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url='https://www.geany.org/'
 license=(GPL)
 depends=(gtk3)