summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2016-01-15 10:54:27 +0100
committerBuildTools2016-01-15 10:54:27 +0100
commit793448a8165ab8ee891d9716f8878521cbc90322 (patch)
tree6b2bb755a01abc9d0c6a5c72bd37a8b742e26bae
parent9a3bc825a8dbf545ce4629f4ff898eea6908cdf7 (diff)
downloadaur-793448a8165ab8ee891d9716f8878521cbc90322.tar.gz
Upgpkg: 0.5.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a55f36d764f6..ff2085b19053 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Jan 15 09:54:27 UTC 2016
pkgbase = grive
pkgdesc = An open source Linux client for Google Drive with support for the new Drive REST API and partial sync
- pkgver = 0.4.2
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/vitalif/grive2
arch = i686
@@ -18,8 +20,8 @@ pkgbase = grive
optdepends = cppunit: unit tests
optdepends = binutils: backtrace and libiberty
conflicts = grive-git
- source = https://github.com/vitalif/grive2/archive/v0.4.2.tar.gz
- md5sums = b3a682a090d23489a0eb8c4ec5a1b12e
+ source = https://github.com/vitalif/grive2/archive/v0.5.0.tar.gz
+ md5sums = f291ffaef831abf3605417995082bcc3
pkgname = grive
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}"