From b03b6d1afda5d1cc8daccc03799e9412f7bd9de2 Mon Sep 17 00:00:00 2001
From: Akira Ohgaki <akiraohgaki@gmail.com>
Date: Wed, 4 Jul 2018 14:59:58 +0900
Subject: [PATCH] Update description

---
 README.md                    | 2 +-
 app/configs/application.json | 2 +-
 pkg/archlinux/PKGBUILD       | 2 +-
 pkg/fedora/ocs-url.spec      | 2 +-
 pkg/opensuse/ocs-url.spec    | 2 +-
 pkg/ubuntu/debian/control    | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 791cd66..9764d26 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
 [![Build Status](https://travis-ci.org/opendesktop/ocs-url.svg?branch=master)](https://travis-ci.org/opendesktop/ocs-url)
 
-An install helper program for items served on OpenCollaborationServices (OCS).
+An install helper program for items served via OpenCollaborationServices (ocs://).
 
 Copyright: 2016-2018, Opendesktop.org
 
diff --git a/app/configs/application.json b/app/configs/application.json
index 73b3726..4c22ed6 100644
--- a/app/configs/application.json
+++ b/app/configs/application.json
@@ -5,7 +5,7 @@
     "organization": "Opendesktop.org",
     "domain": "org.opendesktop.ocs-url",
     "icon": ":/desktop/ocs-url.svg",
-    "description": "An install helper program for items served on OpenCollaborationServices (OCS).",
+    "description": "An install helper program for items served via OpenCollaborationServices (ocs://).",
     "license": "GPL-3+",
     "author": "Opendesktop.org",
     "contact": "contact@opendesktop.org",
diff --git a/pkg/archlinux/PKGBUILD b/pkg/archlinux/PKGBUILD
index d7cccf3..c1999df 100644
--- a/pkg/archlinux/PKGBUILD
+++ b/pkg/archlinux/PKGBUILD
@@ -3,7 +3,7 @@
 pkgname='ocs-url'
 pkgver='3.0.3'
 pkgrel='1'
-pkgdesc='An install helper program for items served on OpenCollaborationServices (OCS).'
+pkgdesc='An install helper program for items served via OpenCollaborationServices (ocs://).'
 arch=('i686' 'x86_64')
 url='https://github.com/opendesktop/ocs-url'
 license=('GPL3')
diff --git a/pkg/fedora/ocs-url.spec b/pkg/fedora/ocs-url.spec
index 1e9f5ae..7827c41 100644
--- a/pkg/fedora/ocs-url.spec
+++ b/pkg/fedora/ocs-url.spec
@@ -13,7 +13,7 @@ Requires: qt5-qtbase >= 5.2.0, qt5-qtbase-gui >= 5.2.0, qt5-qtsvg >= 5.2.0, qt5-
 BuildRequires: git, make, automake, gcc, gcc-c++, libtool, qt5-qtbase-devel >= 5.2.0, qt5-qtsvg-devel >= 5.2.0, qt5-qtdeclarative-devel >= 5.2.0, rpm-build
 
 %description
-An install helper program for items served on OpenCollaborationServices (OCS).
+An install helper program for items served via OpenCollaborationServices (ocs://).
 
 %prep
 #%%autosetup -n %{name}-release-%{version}
diff --git a/pkg/opensuse/ocs-url.spec b/pkg/opensuse/ocs-url.spec
index a55c7e0..f21f501 100644
--- a/pkg/opensuse/ocs-url.spec
+++ b/pkg/opensuse/ocs-url.spec
@@ -13,7 +13,7 @@ Requires: libQt5Svg5 >= 5.2.0, libqt5-qtquickcontrols >= 5.2.0
 BuildRequires: git, make, automake, gcc, gcc-c++, libtool, libqt5-qtbase-devel >= 5.2.0, libqt5-qtsvg-devel >= 5.2.0, libqt5-qtdeclarative-devel >= 5.2.0, rpm-build
 
 %description
-An install helper program for items served on OpenCollaborationServices (OCS).
+An install helper program for items served via OpenCollaborationServices (ocs://).
 
 %prep
 #%%autosetup -n %{name}-release-%{version}
diff --git a/pkg/ubuntu/debian/control b/pkg/ubuntu/debian/control
index 52f4b84..1e744e4 100644
--- a/pkg/ubuntu/debian/control
+++ b/pkg/ubuntu/debian/control
@@ -9,4 +9,4 @@ Package: ocs-url
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libqt5svg5 (>= 5.2.0), qml-module-qtquick2 (>= 5.2.0) | qtdeclarative5-qtquick2-plugin (>= 5.2.0), qml-module-qtquick-window2 (>= 5.2.0) | qtdeclarative5-window-plugin (>= 5.2.0), qml-module-qtquick-controls (>= 5.2.0) | qtdeclarative5-controls-plugin (>= 5.2.0)
 Description: OCS-URL
- An install helper program for items served on OpenCollaborationServices (OCS).
+ An install helper program for items served via OpenCollaborationServices (ocs://).
-- 
GitLab