summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraxionl2018-07-05 16:20:01 +0800
committeraxionl2018-07-05 16:20:01 +0800
commitaea3c5bc56e2dc8bbbd74c947e2668fe5611e834 (patch)
tree38392e9ffc144865b2c106bb748ee6227a2ab306
parent565191edbf8cf50bce94903c7aefa2a764026427 (diff)
downloadaur-aea3c5bc56e2dc8bbbd74c947e2668fe5611e834.tar.gz
[Fixed] gcsf: gcsf.install
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
-rw-r--r--gcsf-git.install4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 456b75fa7558..ffae57c2967f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gcsf-git
pkgdesc = a FUSE file system based on Google Drive (Written by Rust)
pkgver = r161.cc3f079
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/harababurel/gcsf
install = gcsf-git.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index bc280d1a68ec..6f20f8e5d762 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ariel AxionL <axionl@aosc.io>
pkgname=gcsf-git
pkgver=r161.cc3f079
-pkgrel=3
+pkgrel=4
pkgdesc="a FUSE file system based on Google Drive (Written by Rust)"
arch=('x86_64')
depends=('fuse2' 'gcc-libs')
@@ -17,7 +17,7 @@ source=("$pkgname::git+$url.git"
"gcsf-git.install")
sha256sums=('SKIP'
- '3cd6b36903ea832e855f07b7ec76612a10f03fccfc893fb58b23e4a12b104ab9')
+ 'd5873d1ff0b1bee30f71c46fbd1a125d0581ea746a3fb58c31f08a242b6fe098')
pkgver() {
cd "$srcdir/$pkgname"
diff --git a/gcsf-git.install b/gcsf-git.install
index 882356dcc4a7..91125cc7cb24 100644
--- a/gcsf-git.install
+++ b/gcsf-git.install
@@ -1,5 +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 "You should uncomment the 'user_allow_other' on 'etc/fuse.conf'."
echo "Url: https://github.com/harababurel/gcsf"
-} \ No newline at end of file
+}