diff options
author | Christopher Ritsen | 2022-02-21 15:51:38 -0500 |
---|---|---|
committer | Christopher Ritsen | 2022-02-21 15:51:38 -0500 |
commit | d12f01eba226e73fba9dc8398e3562be2fd28e41 (patch) | |
tree | a5033d97306357553564d372d7ee71f5617cffb3 /PKGBUILD | |
parent | 7ef44c7f76985360622d3653fc2bd8007debfa8e (diff) | |
download | aur-d12f01eba226e73fba9dc8398e3562be2fd28e41.tar.gz |
Remove python-pip dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |