summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-10-16 12:17:50 -0700
committerJohnathan Jenkins2016-10-16 12:17:50 -0700
commit1fde737dfe26e13b0fb3fa65c6dba5b2c2e0d7c9 (patch)
tree16d1157ba392bdd0a702a0ed8d5d2efcfd1fd661 /PKGBUILD
parent73863054f8dfeb64a36e3deccee5893beba7fe6d (diff)
downloadaur-1fde737dfe26e13b0fb3fa65c6dba5b2c2e0d7c9.tar.gz
update for new dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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