grive2: update to 0.5.3.
This commit is contained in:
parent
0eec95dadf
commit
a182bb9986
|
@ -1,12 +1,10 @@
|
|||
Index: grive2-0.5.1/libgrive/src/base/Syncer.hh
|
||||
===================================================================
|
||||
--- grive2-0.5.1.orig/libgrive/src/base/Syncer.hh
|
||||
+++ grive2-0.5.1/libgrive/src/base/Syncer.hh
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
#include "util/FileSystem.hh"
|
||||
|
||||
+#include <memory>
|
||||
--- a/libgrive/src/base/Syncer.hh
|
||||
+++ b/libgrive/src/base/Syncer.hh
|
||||
@@ -24,6 +24,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <iosfwd>
|
||||
+#include <memory>
|
||||
|
||||
namespace gr {
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'grive2'
|
||||
pkgname=grive2
|
||||
version=0.5.1
|
||||
revision=3
|
||||
version=0.5.3
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="boost-devel libcurl-devel yajl-devel libgcrypt-devel expat-devel"
|
||||
|
@ -9,5 +9,6 @@ short_desc="Google Drive client with support for partial sync"
|
|||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="http://yourcmc.ru/wiki/Grive2"
|
||||
changelog="https://github.com/vitalif/grive2/raw/master/debian/changelog"
|
||||
distfiles="https://github.com/vitalif/grive2/archive/v${version}.tar.gz"
|
||||
checksum=9940bcd3e5a3ffd32b91477fba8ba1ca3e0a3a72e5ffa9c6d524db87951fdbbb
|
||||
checksum=4cb67c32e94749353e08ce5fefb831fefa3e7b49b863329489a84804df11449d
|
||||
|
|
Loading…
Reference in New Issue