summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxr19982022-11-17 22:07:16 +0100
committerMaxr19982022-11-17 22:07:16 +0100
commitc5d02d09ea3abb7581962addd619b42e72dfaa06 (patch)
treeb6440d0522cfb74d68f8617dbabdd38266400168
parent6465211eb1958e5509e2908dcffe30cdfbb9df98 (diff)
downloadaur-python-netdisco.tar.gz
Update repository URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a245e8f2dd0a..cb603eedca21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = python-netdisco
pkgdesc = Library for Python that discovers devices on your local network [deprecated]
pkgver = 3.0.0
pkgrel = 1
- url = https://github.com/home-assistant/netdisco
+ url = https://github.com/home-assistant-libs/netdisco
arch = any
license = Apache
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 568d16096af0..78da77f83529 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=3.0.0
pkgrel=1
pkgdesc='Library for Python that discovers devices on your local network [deprecated]'
arch=('any')
-url=https://github.com/home-assistant/netdisco
+url=https://github.com/home-assistant-libs/netdisco
license=('Apache')
depends=('python' 'python-zeroconf' 'python-requests' 'python-setuptools')
source=("https://files.pythonhosted.org/packages/source/n/netdisco/$_name-$pkgver.tar.gz")