summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Ritsen2022-02-21 15:51:38 -0500
committerChristopher Ritsen2022-02-21 15:51:38 -0500
commitd12f01eba226e73fba9dc8398e3562be2fd28e41 (patch)
treea5033d97306357553564d372d7ee71f5617cffb3
parent7ef44c7f76985360622d3653fc2bd8007debfa8e (diff)
downloadaur-d12f01eba226e73fba9dc8398e3562be2fd28e41.tar.gz
Remove python-pip dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe9bf02bf441..b3167cc96740 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = python-netaudio
depends = python
depends = python-cleo
depends = python-netifaces
- depends = python-pip
depends = python-twisted
depends = python-zeroconf
source = https://files.pythonhosted.org/packages/e5/a7/f81b2f82d3dccb0b7ad7ddbf3619746594b8345b78c4c0adbeea6c97bb09/netaudio-0.0.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index fa1bc7437c8b..d1e34ba1702e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=0.0.3
_namever="${_name}-${pkgver}"
arch=(any)
-depends=('python' 'python-cleo' 'python-netifaces' 'python-pip' 'python-twisted' 'python-zeroconf')
+depends=('python' 'python-cleo' 'python-netifaces' 'python-twisted' 'python-zeroconf')
license=(Unlicense)
makedepends=('python-setuptools')
pkgdesc="Control Dante network audio devices without Dante Controller"
@@ -13,6 +13,7 @@ pkgrel=3
sha256sums=('1a577c8097ee4ca047b143f7063540e222ce565320b62f534fc9c78a944813c0')
source=("https://files.pythonhosted.org/packages/e5/a7/f81b2f82d3dccb0b7ad7ddbf3619746594b8345b78c4c0adbeea6c97bb09/${_namever}.tar.gz")
url='https://github.com/chris-ritsen/network-audio-controller'
+url="https://github.com/chris-ritsen/network-audio-controller"
prepare() {
rm -rf ${_namever}/*.egg-info