summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2018-07-05 17:37:32 +0800
committerlilac2018-07-05 17:37:32 +0800
commit8296c169c6e93dfe7adbc441d60d1a58c9da4300 (patch)
tree4c989cba8bd420f2a6376c506a9647d5fa9ef9d9
parentaea3c5bc56e2dc8bbbd74c947e2668fe5611e834 (diff)
downloadaur-8296c169c6e93dfe7adbc441d60d1a58c9da4300.tar.gz
update by lilac
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--gcsf-git.install2
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffae57c2967f..14cd735ed31d 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 = 4
+ pkgver = r162.3f2f093
+ pkgrel = 1
url = https://github.com/harababurel/gcsf
install = gcsf-git.install
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = gcsf-git
source = gcsf-git::git+https://github.com/harababurel/gcsf.git
source = gcsf-git.install
sha256sums = SKIP
- sha256sums = 3cd6b36903ea832e855f07b7ec76612a10f03fccfc893fb58b23e4a12b104ab9
+ sha256sums = 379c996c9cf50bfffdd381d1f9f99695b1af5bab17b0ccd14006999d6e0351c1
pkgname = gcsf-git
diff --git a/PKGBUILD b/PKGBUILD
index 6f20f8e5d762..d3caa29d8b4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ariel AxionL <axionl@aosc.io>
pkgname=gcsf-git
-pkgver=r161.cc3f079
-pkgrel=4
+pkgver=r162.3f2f093
+pkgrel=1
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'
- 'd5873d1ff0b1bee30f71c46fbd1a125d0581ea746a3fb58c31f08a242b6fe098')
+ '379c996c9cf50bfffdd381d1f9f99695b1af5bab17b0ccd14006999d6e0351c1')
pkgver() {
cd "$srcdir/$pkgname"
diff --git a/gcsf-git.install b/gcsf-git.install
index 91125cc7cb24..233188b97a72 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"
}