summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Born2018-09-13 13:49:33 +0200
committerPhilipp Born2018-09-13 13:52:40 +0200
commita7770d80a87256f5078b72f613df598188d94c72 (patch)
treeb674091c16ad0dcafd240a65df2464480d567ce8
parent995b399df47b1a51922225f962872d7a4d38e60e (diff)
downloadaur-a7770d80a87256f5078b72f613df598188d94c72.tar.gz
v0.5-2: symlinked /usr/bin/mount.jmtpfs -> /usr/bin/jmtpfs
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a037e146bd1..aa1ce7702efd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Thu Sep 13 11:47:22 UTC 2018
pkgbase = jmtpfs
pkgdesc = mtpfs with better support for Android
pkgver = 0.5
- pkgrel = 1
+ pkgrel = 2
url = http://research.jacquette.com/jmtpfs-exchanging-files-between-android-devices-and-linux/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 83e6448cea77..d1a5a777469a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp 'TamCore' B. <philipp [at] tamcore [dot] eu>
pkgname=jmtpfs
pkgver=0.5
-pkgrel=1
+pkgrel=2
license=('GPL3')
pkgdesc="mtpfs with better support for Android"
arch=('i686' 'x86_64')
@@ -19,4 +19,7 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
+
+ ln -s jmtpfs "${pkgdir}/usr/bin/mount.jmtpfs"
+ ln -s jmtpfs "${pkgdir}/usr/bin/mount.fuse.jmtpfs"
}