summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXyne2016-06-05 05:16:30 +0000
committerXyne2016-06-05 05:16:30 +0000
commit0fb160fd629ca92a479516dd8c84c910ee9e7dc2 (patch)
tree1fe5f8b3e78be31e3db5629c6636d0f1af57e7c8
parent70872031b6743670e648819d6c315a06e7fa1768 (diff)
downloadaur-0fb160fd629ca92a479516dd8c84c910ee9e7dc2.tar.gz
added arm architectures to arch array as per request
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3a11059b3f5..5e02009fef3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Mar 12 11:52:46 UTC 2016
+# Sun Jun 5 05:15:55 UTC 2016
pkgbase = bindfs
pkgdesc = A FUSE filesystem for mirroring a directory to another directory, similar to 'mount --bind', with permission settings.
pkgver = 1.13.1
@@ -7,6 +7,9 @@ pkgbase = bindfs
url = http://bindfs.org/
arch = i686
arch = x86_64
+ arch = armv6h
+ arch = armv6l
+ arch = armv7h
license = GPL
depends = fuse
source = http://bindfs.org/downloads/bindfs-1.13.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 5932cdb62230..38e15278406a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=bindfs
pkgver=1.13.1
pkgrel=1
pkgdesc="A FUSE filesystem for mirroring a directory to another directory, similar to 'mount --bind', with permission settings."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h' 'armv6l' 'armv7h')
url="http://bindfs.org/"
license=('GPL')
depends=('fuse')