summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 459312930d39..235281dcbc1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = jmtpfs
pkgdesc = FUSE and libmtp based filesystem for accessing MTP (Media Transfer Protocol) devices
pkgver = 0.5
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/JasonFerrara/jmtpfs
arch = x86_64
+ arch = armv7h
license = GPL3
depends = fuse
depends = libmtp
@@ -11,4 +12,3 @@ pkgbase = jmtpfs
sha512sums = 1997d202199af59ae2138701855864e4dab624fff4feac08ea98e3e4ed6c39e4181d8f9fec35db0e83570f48de204f3d00e1b0d2244ec677f77a99b1dc9c38b3
pkgname = jmtpfs
-
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")