summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBuildTools2016-01-15 10:54:27 +0100
committerBuildTools2016-01-15 10:54:27 +0100
commit793448a8165ab8ee891d9716f8878521cbc90322 (patch)
tree6b2bb755a01abc9d0c6a5c72bd37a8b742e26bae /PKGBUILD
parent9a3bc825a8dbf545ce4629f4ff898eea6908cdf7 (diff)
downloadaur-793448a8165ab8ee891d9716f8878521cbc90322.tar.gz
Upgpkg: 0.5.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 787ff2bbde17..0527457c59ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: TingPing <tingping@tingping.se>
pkgname=grive
-pkgver=0.4.2
+pkgver=0.5.0
pkgrel=1
pkgdesc="An open source Linux client for Google Drive with support for the new Drive REST API and partial sync"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ optdepends=("cppunit: unit tests"
makedepends=('cmake' 'boost')
conflicts=('grive-git')
source=("https://github.com/vitalif/grive2/archive/v${pkgver}.tar.gz")
-md5sums=('b3a682a090d23489a0eb8c4ec5a1b12e')
+md5sums=('f291ffaef831abf3605417995082bcc3')
build() {
cd "${srcdir}/${pkgname}2-${pkgver}"