From d4c619031dd2a0c1d99f28e99a483b586d7a3383 Mon Sep 17 00:00:00 2001
From: Oddvar Lovaas <oddvar.lovaas@openmarket.com>
Date: Fri, 23 Dec 2016 01:05:59 +0100
Subject: [PATCH] Update Riot to 0.6.5 (605)

---
 metadata/im.vector.alpha.txt | 22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

diff --git a/metadata/im.vector.alpha.txt b/metadata/im.vector.alpha.txt
index 4ca984d142..d368f908b4 100644
--- a/metadata/im.vector.alpha.txt
+++ b/metadata/im.vector.alpha.txt
@@ -1,8 +1,9 @@
 Categories:Internet,Phone & SMS
 License:Apache-2.0
 Web Site:https://riot.im
-Source Code:https://github.com/vector-im/vector-android
-Issue Tracker:https://github.com/vector-im/vector-android/issues
+Source Code:https://github.com/vector-im/riot-android
+Issue Tracker:https://github.com/vector-im/riot-android/issues
+Changelog:https://github.com/vector-im/riot-android/blob/HEAD/CHANGES.rst
 
 Auto Name:Riot
 Summary:Open team collaboration
@@ -44,7 +45,7 @@ sync or even disable background sync completely, in the settings page.
 For developers:
 
 * Riot is a Matrix client - built on the Matrix.org open standard and ecosystem, providing interoperability with all other Matrix compatible apps, servers and integrations
-* Entirely open sourced under the permissive Apache License - get the code from [https://github.com/vector-im/vector-android]. Pull requests welcome!
+* Entirely open sourced under the permissive Apache License - get the code from [https://github.com/vector-im/riot-android]. Pull requests welcome!
 * Trivially extensible via the open Matrix Client-Server API ([https://matrix.org/docs/spec])
 * Run your own server! You can use the default matrix.org server or run your own Matrix home server (e.g. [https://matrix.org/docs/projects/server/synapse.html])
 
@@ -59,7 +60,7 @@ Discover truly efficient and open collaboration with Riot!
 .
 
 Repo Type:git
-Repo:https://github.com/vector-im/vector-android
+Repo:https://github.com/vector-im/riot-android
 
 Build:0.3.2,14
     commit=5e1607ed70e3f0219cb837b7706ead4b97033928
@@ -142,7 +143,16 @@ Build:0.6.4,604
         sed -i -e '/projectDir/d' ../settings.gradle && \
         sed -i -e '/play-services/d' build.gradle
 
+Build:0.6.5,605
+    commit=ebddfd4b7bbfb8a80e55a62dfdbc55428bdb16a5
+    subdir=vector
+    gradle=appfdroid
+    srclibs=matrixsdk@fcc72333b0d9bb46f5f3f9ddf1e97de4d17d00d5
+    prebuild=cp -fR $$matrixsdk$$/matrix-sdk ../ && \
+        sed -i -e '/projectDir/d' ../settings.gradle && \
+        sed -i -e '/play-services/d' build.gradle
+
 Auto Update Mode:None
 Update Check Mode:None
-Current Version:0.6.4
-Current Version Code:604
+Current Version:0.6.5
+Current Version Code:605