summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxr19982019-06-12 11:39:28 +0200
committerMaxr19982019-06-12 11:39:28 +0200
commitc42821eef42e803e69be621b14061241809fa390 (patch)
tree1435948538d570f121b7ebdb345b92464edcb611
parent14678ae80b38e3e242cbb491256e7499abed833d (diff)
downloadaur-c42821eef42e803e69be621b14061241809fa390.tar.gz
Update to 2.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9cb01d79328..9a8458e3959f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-netdisco
pkgdesc = Library for Python that discovers devices on your local network
- pkgver = 2.5.0
+ pkgver = 2.6.0
pkgrel = 1
url = https://github.com/home-assistant/netdisco
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-netdisco
depends = python-zeroconf
depends = python-requests
depends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/n/netdisco/netdisco-2.5.0.tar.gz
- sha256sums = 2ecb9830ceed5cf8f2ccc5a9bbe02ca5f6851435f5315a5402f0123311f13b37
+ source = https://files.pythonhosted.org/packages/source/n/netdisco/netdisco-2.6.0.tar.gz
+ sha256sums = 2b3aca14a1807712a053f11fd80dc251dd821ee4899aefece515287981817762
pkgname = python-netdisco
diff --git a/PKGBUILD b/PKGBUILD
index 99858a660c42..2cb99e8bcc61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=netdisco
pkgname=python-netdisco
-pkgver=2.5.0
+pkgver=2.6.0
pkgrel=1
pkgdesc='Library for Python that discovers devices on your local network'
arch=('any')
@@ -10,7 +10,7 @@ url=https://github.com/home-assistant/netdisco
license=('Apache')
depends=('python' 'python-zeroconf' 'python-requests' 'python-setuptools')
source=("https://files.pythonhosted.org/packages/source/n/netdisco/$_name-$pkgver.tar.gz")
-sha256sums=("2ecb9830ceed5cf8f2ccc5a9bbe02ca5f6851435f5315a5402f0123311f13b37")
+sha256sums=("2b3aca14a1807712a053f11fd80dc251dd821ee4899aefece515287981817762")
build() {
cd $_name-$pkgver