summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxr19982022-01-18 21:42:30 +0100
committerMaxr19982022-01-18 21:42:30 +0100
commita0faf2d7947820b0d4df35daeba06b5d6aaa716e (patch)
treed216ca3eb3b35ce94198838cc3675fc7ab229bad
parent65feb34d0bffe7ff00126618c07b61947168d37e (diff)
downloadaur-a0faf2d7947820b0d4df35daeba06b5d6aaa716e.tar.gz
Update to 3.0.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57a20bd57fb0..a245e8f2dd0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-netdisco
pkgdesc = Library for Python that discovers devices on your local network [deprecated]
- pkgver = 2.7.0
+ pkgver = 3.0.0
pkgrel = 1
url = https://github.com/home-assistant/netdisco
arch = any
@@ -9,8 +9,7 @@ pkgbase = python-netdisco
depends = python-zeroconf
depends = python-requests
depends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/n/netdisco/netdisco-2.7.0.tar.gz
- sha256sums = 46839e47c57554241971fbf3ba7e0077cadd22dd2bcf7eec4f72b243de2e062d
+ source = https://files.pythonhosted.org/packages/source/n/netdisco/netdisco-3.0.0.tar.gz
+ sha256sums = 4dbb590482f377ccc461e01742707ccbe8f1d2d1b28578af91dc9b7febcdcbd2
pkgname = python-netdisco
-
diff --git a/PKGBUILD b/PKGBUILD
index 5697ac36272f..99b0cc2f8884 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=netdisco
pkgname=python-netdisco
-pkgver=2.7.0
+pkgver=3.0.0
pkgrel=1
pkgdesc='Library for Python that discovers devices on your local network [deprecated]'
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=("46839e47c57554241971fbf3ba7e0077cadd22dd2bcf7eec4f72b243de2e062d")
+sha256sums=("4dbb590482f377ccc461e01742707ccbe8f1d2d1b28578af91dc9b7febcdcbd2")
build() {
cd $_name-$pkgver