git » csfml.git » commit 9421bc1

csfml 2.6.1

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

csfml 2.6.1

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

diff --git a/.SRCINFO b/.SRCINFO
index 6f07235..438629a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = csfml
 	pkgrel = 1
 	url = http://www.sfml-dev.org/
 	arch = x86_64
+	arch = armv7h
 	license = custom:zlib
 	makedepends = cmake
 	makedepends = doxygen
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 4bc5718..c6c8731 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=csfml
 pkgver=2.6.1
 pkgrel=1
 pkgdesc='C bindings for sfml'
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
 url='http://www.sfml-dev.org/'
 license=('custom:zlib')
 depends=("sfml")