summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f6fe756d6c4..2beec34a11fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=python-syncthing
_name=syncthing
-pkgver=2.1.2
+pkgver=2.2.0
pkgrel=1
pkgdesc="Python bindings to the Syncthing REST interface"
arch=('any')
url="https://github.com/blakev/python-syncthing"
license=('GPL')
groups=()
-depends=('python' 'python-requests' 'python-six' 'python-wheel')
+depends=('python' 'python-requests')
makedepends=()
provides=()
conflicts=()
@@ -18,7 +18,7 @@ backup=()
options=(!emptydirs)
install=
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-md5sums=('39f844422a8fa4ba8d2a94d9009cae36')
+md5sums=('d7faa35e0d27ecd8da74380da981fe9f')
package() {
cd "$srcdir/$_name-$pkgver"