summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Klein2015-06-10 19:36:29 +0200
committerPhilipp Klein2015-06-10 20:51:24 +0200
commit5afca8aae00bfd4348e45acc80ce868136bd6c1b (patch)
treeeecb4da14004bcd6538234304a1aa541f816a924
parent0ab6e684b6a0ac422cb8b052afe9dfd53cefe816 (diff)
downloadaur-5afca8aae00bfd4348e45acc80ce868136bd6c1b.tar.gz
Update to version 1.8.0
This makes the package building again (go really needs a better dependency mnagement).
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad74849bb0d0..2f5876844b3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gdrive
pkgdesc = Command line utility for uploading and downloading single files to your Google Drive
- pkgver = 1.6.1
- pkgrel = 2
+ pkgver = 1.8.0
+ pkgrel = 1
url = https://github.com/prasmussen/gdrive
arch = x86_64
arch = i686
@@ -9,8 +9,8 @@ pkgbase = gdrive
makedepends = git
makedepends = go
makedepends = mercurial
- source = https://github.com/prasmussen/gdrive/archive/1.6.1.tar.gz
- sha256sums = 50d5851c6f6cfa52713c001dae03a2c189ee3d9a255e8bf58ce8d4dadab5b9fc
+ source = https://github.com/prasmussen/gdrive/archive/1.8.0.tar.gz
+ sha256sums = c68ca12c9e6f585f2ac7c13cb36839503bb29df96b5713c865d2829ee2ece6b0
pkgname = gdrive
diff --git a/PKGBUILD b/PKGBUILD
index aae7b7ffce7d..b0538c23904c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Klein <philipptheklein@gmail.com>
pkgname=gdrive
-pkgver=1.6.1
-pkgrel=2
+pkgver=1.8.0
+pkgrel=1
pkgdesc="Command line utility for uploading and downloading single files to your Google Drive"
arch=('x86_64' 'i686')
url="https://github.com/prasmussen/gdrive"
@@ -18,7 +18,7 @@ options=()
install=
changelog=
source=("https://github.com/prasmussen/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('50d5851c6f6cfa52713c001dae03a2c189ee3d9a255e8bf58ce8d4dadab5b9fc')
+sha256sums=('c68ca12c9e6f585f2ac7c13cb36839503bb29df96b5713c865d2829ee2ece6b0')
noextract=()
_gourl="github.com/prasmussen/gdrive"