summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2016-01-03 19:47:25 +0100
committerGordian Edenhofer2016-01-03 19:48:03 +0100
commit9a3bc825a8dbf545ce4629f4ff898eea6908cdf7 (patch)
tree1130b95b8d45a70f9b3b0941d0769fd6acc05b1e
parent0974555f8ca9fabed11ff0456d0376d864623c36 (diff)
downloadaur-9a3bc825a8dbf545ce4629f4ff898eea6908cdf7.tar.gz
Upgpkg: 0.4.2-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76037eb0f7b1..a55f36d764f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Fri Dec 25 16:58:17 UTC 2015
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.1
- pkgrel = 4
+ pkgver = 0.4.2
+ pkgrel = 1
url = https://github.com/vitalif/grive2
arch = i686
arch = x86_64
@@ -20,8 +18,8 @@ pkgbase = grive
optdepends = cppunit: unit tests
optdepends = binutils: backtrace and libiberty
conflicts = grive-git
- source = https://github.com/vitalif/grive2/archive/v0.4.1.tar.gz
- md5sums = 1306dcf567535c0696187c6a2b354c29
+ source = https://github.com/vitalif/grive2/archive/v0.4.2.tar.gz
+ md5sums = b3a682a090d23489a0eb8c4ec5a1b12e
pkgname = grive
diff --git a/PKGBUILD b/PKGBUILD
index 24d40007a92a..787ff2bbde17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: TingPing <tingping@tingping.se>
pkgname=grive
-pkgver=0.4.1
-pkgrel=4
+pkgver=0.4.2
+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')
url='https://github.com/vitalif/grive2'
@@ -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=('1306dcf567535c0696187c6a2b354c29')
+md5sums=('b3a682a090d23489a0eb8c4ec5a1b12e')
build() {
cd "${srcdir}/${pkgname}2-${pkgver}"