summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimone Cimarelli2019-08-08 02:01:45 +0200
committerSimone Cimarelli2019-08-08 10:54:21 +0200
commitcaa597de7b3eaf56f09955a619ab10c164787e5e (patch)
tree6722b58c65fdf4036d4f7b9f703b4d0095309bcb /PKGBUILD
parentc4e85fc2fb39f9699757010af4c180ebed9e80b8 (diff)
downloadaur-caa597de7b3eaf56f09955a619ab10c164787e5e.tar.gz
Specify minimum go version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e49934ca807d..dfcde9736955 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Google Drive client for the command line (development version)"
arch=("i686" "pentium4" "x86_64" "arm" "armv6h" "armv7h" "aarch64")
url="https://github.com/odeke-em/$_basename"
license=("APACHE")
-makedepends=("go")
+makedepends=("go>=1.9")
source=("$_basename::git+https://github.com/odeke-em/$_basename.git#branch=master")
md5sums=("SKIP")
provides=("$_basename")