summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxr19982019-04-01 23:15:54 +0200
committerMaxr19982019-04-01 23:15:54 +0200
commit14678ae80b38e3e242cbb491256e7499abed833d (patch)
tree22ee8d7f299b267659d977ee793881e0c34fde4a
parentf989fa68bcac555cb7a86fcb49aa2727dca692ed (diff)
downloadaur-14678ae80b38e3e242cbb491256e7499abed833d.tar.gz
Update to 2.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22f066c91cea..e9cb01d79328 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.3.0
+ pkgver = 2.5.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.3.0.tar.gz
- sha256sums = 2571fc094f3bf8c60be211e90474515f565f3ef1c92e857176daab8577493a3b
+ source = https://files.pythonhosted.org/packages/source/n/netdisco/netdisco-2.5.0.tar.gz
+ sha256sums = 2ecb9830ceed5cf8f2ccc5a9bbe02ca5f6851435f5315a5402f0123311f13b37
pkgname = python-netdisco
diff --git a/PKGBUILD b/PKGBUILD
index 4ae85a93af7a..99858a660c42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=netdisco
pkgname=python-netdisco
-pkgver=2.3.0
+pkgver=2.5.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=("2571fc094f3bf8c60be211e90474515f565f3ef1c92e857176daab8577493a3b")
+sha256sums=("2ecb9830ceed5cf8f2ccc5a9bbe02ca5f6851435f5315a5402f0123311f13b37")
build() {
cd $_name-$pkgver