summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Born2018-09-13 13:54:21 +0200
committerPhilipp Born2018-09-13 13:54:21 +0200
commit22f1b87fcbc0a23721d523274a83469ddd153d13 (patch)
tree81f396f12532da9156471eb617d9c0e2f37f2711
parenta7770d80a87256f5078b72f613df598188d94c72 (diff)
downloadaur-22f1b87fcbc0a23721d523274a83469ddd153d13.tar.gz
added armv6h+armv7h
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1a5a777469a..977372fdb8a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=0.5
pkgrel=2
license=('GPL3')
pkgdesc="mtpfs with better support for Android"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="http://research.jacquette.com/jmtpfs-exchanging-files-between-android-devices-and-linux/"
depends=('fuse' 'libmtp')
source=("https://github.com/JasonFerrara/jmtpfs/archive/v${pkgver}.tar.gz")