summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2019-11-15 16:32:05 +0100
committerGordian Edenhofer2019-11-15 16:32:05 +0100
commit2823c2bb8f59478aa33a8553ef6e2b92d9c947bf (patch)
treee9d4bc85783c8f7f4cbe9ff541a21450bacab95b
parent3a1f9aaadd34870ba7b13711198792d2bf81bf6a (diff)
downloadaur-2823c2bb8f59478aa33a8553ef6e2b92d9c947bf.tar.gz
upgpkg: grive 0.5.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4eff78acf3a6..fa08e02c316c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = grive
pkgdesc = An open source Linux client for Google Drive with support for the new Drive REST API and partial sync
- pkgver = 0.5.0
- pkgrel = 15
+ pkgver = 0.5.1
+ pkgrel = 1
url = https://github.com/vitalif/grive2
arch = i686
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = grive
optdepends = inotify-tools: scheduled syncs and syncs on file change events
optdepends = cppunit: unit tests
optdepends = binutils: backtrace and libiberty
- source = grive-0.5.0.tar.gz::https://github.com/vitalif/grive2/archive/v0.5.0.tar.gz
- sha512sums = d564d674c4318e156677e919509a8e0f8d92f78ec4a5b250083eb99db572aeacab98def2e0ef65f59d8e1bff268256996e74800ce4ddd036d72fed4af1163085
+ source = grive-0.5.1.tar.gz::https://github.com/vitalif/grive2/archive/v0.5.1.tar.gz
+ sha512sums = 609837fc93ad78d143dcb4d1f558743d413c887fec2e9aaac81edd58549b812db859aab5ce7f664f06564779cff4bae32d43529e47fcc36640f1a9b52c5b5888
pkgname = grive
diff --git a/PKGBUILD b/PKGBUILD
index b4ee64dc6519..a174ed2c07db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: TingPing <tingping@tingping.se>
pkgname=grive
-pkgver=0.5.0
-pkgrel=15
+pkgver=0.5.1
+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=("inotify-tools: scheduled syncs and syncs on file change events"
"binutils: backtrace and libiberty")
makedepends=('cmake' 'boost')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/vitalif/grive2/archive/v${pkgver}.tar.gz")
-sha512sums=('d564d674c4318e156677e919509a8e0f8d92f78ec4a5b250083eb99db572aeacab98def2e0ef65f59d8e1bff268256996e74800ce4ddd036d72fed4af1163085')
+sha512sums=('609837fc93ad78d143dcb4d1f558743d413c887fec2e9aaac81edd58549b812db859aab5ce7f664f06564779cff4bae32d43529e47fcc36640f1a9b52c5b5888')
build() {
cd "${srcdir}/${pkgname}2-${pkgver}"