git » sfml.git » commit 5ef75cd

sfml 2.6.2

author Urja (ARMLFS builder)
2025-03-02 10:21:21 UTC
committer Urja (ARMLFS builder)
2025-03-02 10:21:21 UTC
parent aed66fcbbd3251e2fe1218b6a61cb4690c1fda70

sfml 2.6.2

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

diff --git a/.SRCINFO b/.SRCINFO
index 8acc78c..2eb5748 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = sfml
 	pkgrel = 1
 	url = http://www.sfml-dev.org/
 	arch = x86_64
+	arch = armv7h
 	license = zlib
 	makedepends = mesa
 	makedepends = cmake
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 3560ff8..def5c0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=sfml
 pkgver=2.6.2
 pkgrel=1
 pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
 url='http://www.sfml-dev.org/'
 license=('zlib')
 depends=('libsndfile' 'libxrandr' 'openal' 'glew' 'freetype2' 'libx11' 'libxcursor')