summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSameer Puri2024-03-13 10:39:21 -0700
committerSameer Puri2024-03-13 10:39:21 -0700
commit7504555f6f42295d0a3f54a52150dfa58661160c (patch)
tree4d7f90e0f796f199c74e8ac0ef98f342a179fc38 /PKGBUILD
parentddfcd6c5727fc310e6761dcf6719051883150484 (diff)
downloadaur-python-mypy-protobuf.tar.gz
Update GH URL & add setuptools dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 164eb0a3b249..05c950a9876c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
-# Don't bump to 2.X until we have Anki >= 2.1.41
pkgname=python-mypy-protobuf
pkgver=3.5.0
-pkgrel=1
+pkgrel=2
pkgdesc='Generate mypy stub files from protobuf specs'
-url='https://github.com/dropbox/mypy-protobuf'
+url='https://github.com/nipunn1313/mypy-protobuf'
arch=('any')
license=('Apache')
depends=('mypy' 'protobuf' 'python' 'python-protobuf')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
source=("https://files.pythonhosted.org/packages/source/m/mypy-protobuf/mypy-protobuf-$pkgver.tar.gz")