summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlastweakness2020-01-09 18:22:41 +0530
committerlastweakness2020-01-09 18:22:41 +0530
commit21aa4a7eaa4b5fd58ff844942dcad632dfa9466a (patch)
tree06f36ef43551575ad7e6cc697737755fa2a281e2
parent480b8245206ad71bdea0216e73fa0b9e7b732e04 (diff)
downloadaur-21aa4a7eaa4b5fd58ff844942dcad632dfa9466a.tar.gz
Added python-setuptools as makedepends
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72cef34763ec..f79c42b55d53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ author=eigenein
pkgname=python-pure-protobuf
_gitname=protobuf
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='Python implementation of Protocol Buffers data types with dataclasses support.'
url='https://github.com/VeNoMouS/cloudscraper.git'
arch=('any')
license=('MIT')
depends=('python')
-makedepends=('git')
+makedepends=('git' 'python-setuptools')
provides=('python-pure-protobuf')
source=("$pkgname-$pkgver.tar.gz::https://www.github.com/$author/$_gitname/archive/$pkgver.tar.gz")