summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraxionl2018-10-09 09:32:08 +0800
committeraxionl2018-10-09 09:32:08 +0800
commit2e63abe5dd21186372545eed5ec13706725f5f0a (patch)
treebca5b4d5aa54c57c2a187896ef0bd49559f0e1f0
parent8eb73ffaaf7023d5c860bcdb8b3269c46118fb2f (diff)
downloadaur-2e63abe5dd21186372545eed5ec13706725f5f0a.tar.gz
[Update] gcsf-git: update rustfmt usage.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfe7dec58544..488bb3d1615a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gcsf-git
pkgdesc = a FUSE file system based on Google Drive (Written by Rust)
- pkgver = r175.ad5d8bb
+ pkgver = r180.3ef78c5
pkgrel = 1
url = https://github.com/harababurel/gcsf
install = gcsf-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 1c17cc6862df..bfa5a8d5000b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ariel AxionL <axionl@aosc.io>
pkgname=gcsf-git
-pkgver=r175.ad5d8bb
+pkgver=r180.3ef78c5
pkgrel=1
pkgdesc="a FUSE file system based on Google Drive (Written by Rust)"
arch=('x86_64')
@@ -26,7 +26,7 @@ pkgver() {
build() {
cd $pkgname
- cargo fmt --all -- --write-mode=diff
+ cargo fmt --all -- --check
cargo build --release
}