summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Ritsen2022-02-21 15:51:38 -0500
committerChristopher Ritsen2022-02-21 15:51:38 -0500
commitd12f01eba226e73fba9dc8398e3562be2fd28e41 (patch)
treea5033d97306357553564d372d7ee71f5617cffb3 /PKGBUILD
parent7ef44c7f76985360622d3653fc2bd8007debfa8e (diff)
downloadaur-d12f01eba226e73fba9dc8398e3562be2fd28e41.tar.gz
Remove python-pip dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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