summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122019-06-11 21:32:02 +0200
committerwillemw122019-06-11 21:32:02 +0200
commit30543ae530303c2bbda96aa29963a73cfeebfb58 (patch)
treed157066ffb692b96560c273c5fa915d96fc600cc
parent98407e100481dcf48a727f787ebb03beec9e701b (diff)
downloadaur-30543ae530303c2bbda96aa29963a73cfeebfb58.tar.gz
Change upstream URL to https://github.com/gdrive-org/gdrive
-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() {