summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1029911abe84..5efaaccb752b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,11 @@
-# Maintainer: Daniel M. Capella <polyzen@archlinux.org>
-# Contributor: Philipp 'TamCore' B. <philipp [at] tamcore [dot] eu>
+# Maintainer: Michele Spagnuolo <mikispag@gmail.com>
pkgname=jmtpfs
pkgver=0.5
-pkgrel=2
+pkgrel=3
license=('GPL3')
pkgdesc='FUSE and libmtp based filesystem for accessing MTP (Media Transfer Protocol) devices'
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
url=https://github.com/JasonFerrara/jmtpfs
depends=('fuse' 'libmtp')
source=("$url/archive/v$pkgver/jmtpfs-v$pkgver.tar.gz")