summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43bb298595a3..ec8aba1c3b95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = gosync-git
pkgdesc = An Opensource Google Drive client written in Python
pkgver = 0.4
pkgrel = 1
- url = https://hschauhan.github.io/gosync/
+ url = https://hschauhan.github.io/gosync
arch = any
license = GPL2
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index f66e30e4b093..bbc9b3f4ed04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.4
pkgrel=1
pkgdesc='An Opensource Google Drive client written in Python'
arch=('any')
-url="https://hschauhan.github.io/gosync/"
+url="https://hschauhan.github.io/gosync"
license=('GPL2')
provides=('gosync')
depends=('python-google-api-python-client'