summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 463900acda90..0a1739876f26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Sat Mar 19 06:37:51 UTC 2016
pkgbase = gdrive-git
pkgdesc = Google Drive CLI Client
pkgver = 2.0.1.r3.g401e017
pkgrel = 1
- url = https://github.com/prasmussen/gdrive
+ url = https://github.com/gdrive-org/gdrive
arch = x86_64
arch = i686
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index c64043594373..be038810356b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=2.0.1.r3.g401e017
pkgrel=1
pkgdesc="Google Drive CLI Client"
arch=('x86_64' 'i686')
-url="https://github.com/prasmussen/gdrive"
+url="https://github.com/gdrive-org/gdrive"
license=('MIT')
makedepends=('git' 'go')
provides=($_pkgname)
@@ -27,7 +27,7 @@ build() {
}
#check() {
-# GOPATH="$srcdir/build" go test -v -x $_gourl
+# GOPATH="$srcdir/build" go test -fix -v -x $_gourl
#}
package() {