summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNg Oon-Ee2017-07-10 10:17:08 +0800
committerNg Oon-Ee2017-07-10 10:18:53 +0800
commit45e7ccf48826b3edaa744235c21d159faa1b5b14 (patch)
treed7043932406cdb80dcee1bf70bb7f536d305fc7c
parent7b0bc252430e0fb66f59f652674be56409fc11a3 (diff)
downloadaur-45e7ccf48826b3edaa744235c21d159faa1b5b14.tar.gz
Optional patch for Nougat
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4b2ada5bb84..e21ed4f1ccae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Jun 9 17:02:40 UTC 2016
pkgbase = adbfs-rootless-git
pkgdesc = fuse filesystem over adb tool for android devices, no device root required
- pkgver = r77.e6a3bc6
+ pkgver = r81.b589634
pkgrel = 1
url = https://github.com/spion/adbfs-rootless
arch = i686
@@ -12,7 +10,9 @@ pkgbase = adbfs-rootless-git
depends = gcc-libs
depends = fuse
source = git+https://github.com/spion/adbfs-rootless
+ source = https://patch-diff.githubusercontent.com/raw/spion/adbfs-rootless/pull/21.patch
sha1sums = SKIP
+ sha1sums = ae9f468d95fa7d1efad2bdafd6fbf93aa7882ea8
pkgname = adbfs-rootless-git
diff --git a/PKGBUILD b/PKGBUILD
index ca14558813fc..76789985cf21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com>
+# Contribotur: Ng Oon-Ee <ngoonee.talk@gmail.com>
pkgname=adbfs-rootless-git
-pkgver=r77.e6a3bc6
+pkgver=r81.b589634
pkgrel=1
pkgdesc='fuse filesystem over adb tool for android devices, no device root required'
arch=(i686 x86_64)
@@ -9,8 +10,10 @@ url='https://github.com/spion/adbfs-rootless'
license=(BSD)
depends=(gcc-libs fuse)
makedepends=(git)
-source=(git+https://github.com/spion/adbfs-rootless)
-sha1sums=('SKIP')
+source=(git+https://github.com/spion/adbfs-rootless
+ https://patch-diff.githubusercontent.com/raw/spion/adbfs-rootless/pull/21.patch)
+sha1sums=('SKIP'
+ 'ae9f468d95fa7d1efad2bdafd6fbf93aa7882ea8')
pkgver() {
cd adbfs-rootless
@@ -19,6 +22,8 @@ pkgver() {
build() {
cd adbfs-rootless
+ # Uncomment the line below if you use Nougat
+ #patch -p1 < ${srcdir}/21.patch
make
}