summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-06-21 13:20:04 +0300
committerDimitris Kiziridis2020-06-21 13:20:04 +0300
commit3b5e5e5a510fa1806308fd67ded9de191cad762e (patch)
tree08790bee6d0a9f015944c668d419b5938e3815bd
parentb1bdbb5ec943a725eabb04eb9c1f4fa24ef07836 (diff)
downloadaur-gosync-git.tar.gz
Initial commit
-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'