summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Fasching2019-08-08 22:24:57 +0200
committerAlexander Fasching2019-08-08 22:24:57 +0200
commit6fc88c57db539f74b5541bb50c92ab653730752f (patch)
treeba63a3ae79ba4bd8e76456e242de92f225fe2f04 /PKGBUILD
parent66217c71e1c13cd7d83586bd095ac110a29caa40 (diff)
downloadaur-6fc88c57db539f74b5541bb50c92ab653730752f.tar.gz
upgpkg: python-grpcio-tools 1.22.0-3
Remove python2-setuptools as make-dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index efb3135e387c..b1ffa16e055d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='python-grpcio-tools'
pkgver=1.22.0
-pkgrel=2
+pkgrel=3
pkgdesc="Python protobuf generator for GRPC"
arch=('x86_64' 'i686')
url="https://grpc.io/"
@@ -14,7 +14,7 @@ install=
changelog=
noextract=()
depends=('python' 'python-grpcio' 'python-protobuf')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/g/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
sha512sums=('0b733afb78ca60ce3ec0479cd0c4faf0d0d43ab2e015145d19f1c4736c79d0e3776813d0147e7e71f21f6cff2747eeb641fcf1399455936fd7b507bf38b38896')