git » fatsort.git » commit 3518ceb

fatsort 1.6.5.640

author Urja (ARMLFS builder)
2025-09-21 09:39:16 UTC
committer Urja (ARMLFS builder)
2025-09-21 09:39:16 UTC
parent 7d4cbeecd9abef6414b709ec19160497da6f4a79

fatsort 1.6.5.640

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

diff --git a/.SRCINFO b/.SRCINFO
index 261540d..d95a616 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = fatsort
 	pkgrel = 2
 	url = http://fatsort.sourceforge.net
 	arch = x86_64
+	arch = armv7h
 	license = GPL
 	makedepends = help2man
 	depends = glibc
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 6b1de1b..79ffb12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=fatsort
 pkgver=1.6.5.640
 pkgrel=2
 pkgdesc='Sorts directory structures of FAT16 and FAT32 file systems'
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url='http://fatsort.sourceforge.net'
 license=(GPL)
 depends=(glibc)