summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ffcb1bde2d2..7f9e56f4fc71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = python-syncthing
- pkgdesc = A
- pkgver = 2.1.2
+ pkgdesc = Python bindings to the Syncthing REST interface
+ pkgver = 2.2.0
pkgrel = 1
+ url = https://github.com/blakev/python-syncthing
arch = any
license = GPL
depends = python
depends = python-requests
- depends = python-six
- depends = python-wheel
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/s/syncthing/syncthing-2.1.2.tar.gz
- md5sums = 39f844422a8fa4ba8d2a94d9009cae36
+ source = https://files.pythonhosted.org/packages/source/s/syncthing/syncthing-2.2.0.tar.gz
+ md5sums = d7faa35e0d27ecd8da74380da981fe9f
pkgname = python-syncthing
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')