summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornoirscape2018-12-21 19:23:10 +0100
committernoirscape2018-12-21 19:23:10 +0100
commit35e71220dfdf71234e84cc7b6d03fce7c95cb22a (patch)
treeed9c0d39dcdefacdf0f477f8bf1a3ecddc2c6209
parent1cfd2fbc3f74c9aec0f9e5091a79c734a6817a37 (diff)
downloadaur-35e71220dfdf71234e84cc7b6d03fce7c95cb22a.tar.gz
arch fix
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 058b52ac2a0a..d62022a47a67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,12 @@ pkgbase = fatattr-git
pkgver = r7.0d6431f
pkgrel = 1
url = https://github.com/Terseus/fatattr
- arch = any
+ arch = x86_64
+ arch = i686
+ arch = arm
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = GPL
makedepends = git
makedepends = scons
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
+}