summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraxionl2018-07-04 13:30:00 +0800
committeraxionl2018-07-04 13:30:00 +0800
commit565191edbf8cf50bce94903c7aefa2a764026427 (patch)
tree072c076a3b9b5c3a02fbf78c2a8aa6d5d651dd51
parent574f923f45e2e633eb73134cfdf96bf252c812bf (diff)
downloadaur-565191edbf8cf50bce94903c7aefa2a764026427.tar.gz
[Update] gcsf-git
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD13
-rw-r--r--gcsf-git.install5
3 files changed, 18 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d3e091d285f..456b75fa7558 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = gcsf-git
pkgdesc = a FUSE file system based on Google Drive (Written by Rust)
- pkgver = r139.ac09234
- pkgrel = 1
+ pkgver = r161.cc3f079
+ pkgrel = 3
url = https://github.com/harababurel/gcsf
+ install = gcsf-git.install
arch = x86_64
license = MIT
makedepends = git
@@ -13,7 +14,9 @@ pkgbase = gcsf-git
provides = gcsf
conflicts = gcsf
source = gcsf-git::git+https://github.com/harababurel/gcsf.git
+ source = gcsf-git.install
sha256sums = SKIP
+ sha256sums = 3cd6b36903ea832e855f07b7ec76612a10f03fccfc893fb58b23e4a12b104ab9
pkgname = gcsf-git
diff --git a/PKGBUILD b/PKGBUILD
index eb8f0e1fe9c8..bc280d1a68ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ariel AxionL <axionl@aosc.io>
pkgname=gcsf-git
-pkgver=r139.ac09234
-pkgrel=1
+pkgver=r161.cc3f079
+pkgrel=3
pkgdesc="a FUSE file system based on Google Drive (Written by Rust)"
arch=('x86_64')
depends=('fuse2' 'gcc-libs')
@@ -11,10 +11,13 @@ conflicts=("gcsf")
provides=("gcsf")
url="https://github.com/harababurel/gcsf"
license=('MIT')
+install="gcsf-git.install"
-source=("$pkgname::git+$url.git")
+source=("$pkgname::git+$url.git"
+ "gcsf-git.install")
-sha256sums=('SKIP')
+sha256sums=('SKIP'
+ '3cd6b36903ea832e855f07b7ec76612a10f03fccfc893fb58b23e4a12b104ab9')
pkgver() {
cd "$srcdir/$pkgname"
@@ -36,4 +39,4 @@ package() {
# Binaries
install -Dm755 target/release/gcsf $pkgdir/usr/bin/gcsf
}
-# vim set: ts=4 sw=4 et \ No newline at end of file
+# vim set: ts=4 sw=4 et
diff --git a/gcsf-git.install b/gcsf-git.install
new file mode 100644
index 000000000000..882356dcc4a7
--- /dev/null
+++ b/gcsf-git.install
@@ -0,0 +1,5 @@
+post_install() {
+ echo "If you want to use GCSF as a normal user."
+ echo "You should uncomment the `user_allow_other` on `/etc/fuse.conf`."
+ echo "Url: https://github.com/harababurel/gcsf"
+} \ No newline at end of file