summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de646a8e597c..1f6fe756d6c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ pkgname=python-syncthing
_name=syncthing
pkgver=2.1.2
pkgrel=1
-pkgdesc="A "
+pkgdesc="Python bindings to the Syncthing REST interface"
arch=('any')
-url=""
+url="https://github.com/blakev/python-syncthing"
license=('GPL')
groups=()
depends=('python' 'python-requests' 'python-six' 'python-wheel')