summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da2239b04be2..c3d39d51720c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Oct 23 04:08:38 UTC 2015
+# Sun Oct 16 19:17:40 UTC 2016
pkgbase = drive-git
pkgdesc = Drive is a tiny program to pull or push Google Drive files. You need go1.2 installed in order to build the program.
- pkgver = r587.6cb2970
+ pkgver = r745.7222324
pkgrel = 1
url = https://github.com/odeke-em/drive
install = drive-git.install
diff --git a/PKGBUILD b/PKGBUILD
index a5fbe7c9882b..88307e8f26c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Timofey Titovets <nefelim4ag@gmail.com>
pkgname=drive-git
-pkgver=r587.6cb2970
+pkgver=r745.7222324
pkgrel=1
pkgdesc="Drive is a tiny program to pull or push Google Drive files. You need go1.2 installed in order to build the program."
arch=('any')
@@ -23,6 +23,7 @@ pkgver() {
build() {
export GOPATH=$srcdir
+ go get google.golang.org/api/drive/v2
go get $_gourl
cd $srcdir/bin/
./drive-gen