summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05fde553a30c..ce2b3a902ed8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=fatattr-git # '-bzr', '-git', '-hg' or '-svn'
pkgver=r7.0d6431f
pkgrel=1
pkgdesc="Small linux application to see or modify MSDOS attributes in a FAT file system"
-arch=("any")
+arch=("x86_64" "i686" "arm" "armv6h" "armv7h" "aarch64")
url="https://github.com/Terseus/fatattr"
license=('GPL')
depends=()
@@ -27,4 +27,4 @@ package() {
cd "$srcdir/${pkgname%-VCS}"
mkdir -p "$pkgdir"/usr/bin
install -Dm755 "bin/fatattr" "$pkgdir"/usr/bin
-} \ No newline at end of file
+}