summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Gagarski2019-10-22 14:32:40 +0300
committerKirill Gagarski2019-10-22 14:32:40 +0300
commit9ef5de01ff113bc06f5187a8e5f0d8f85c29f6b2 (patch)
tree1323998892dc958c1dd106bc15e04c778a7de318
parent3dec510d284fc83ec27f48bc5ca55160433b4a68 (diff)
downloadaur-9ef5de01ff113bc06f5187a8e5f0d8f85c29f6b2.tar.gz
Fix source
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c6bc9dba265..3b1ff18edc01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = jmtpfs-git
pkgver = v0.5
pkgrel = 2
url = https://github.com/JasonFerrara/jmtpfs
- arch = i686
arch = x86_64
license = GPL
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 17f27b124eda..2d9069e7637a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ pkgver=v0.5
pkgrel=2
license=('GPL')
pkgdesc="mtpfs with better support for Android"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://github.com/JasonFerrara/jmtpfs"
depends=('fuse' 'file' 'libmtp')
makedepends=('git')
provides=('jmtpfs')
conflicts=("jmtpfs")
-source="git+https://github.com/JasonFerrara/jmtpfs"
+source=("git+https://github.com/JasonFerrara/jmtpfs")
_gitname=jmtpfs
md5sums=('SKIP')