summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSameer Puri2024-03-13 10:39:21 -0700
committerSameer Puri2024-03-13 10:39:21 -0700
commit7504555f6f42295d0a3f54a52150dfa58661160c (patch)
tree4d7f90e0f796f199c74e8ac0ef98f342a179fc38
parentddfcd6c5727fc310e6761dcf6719051883150484 (diff)
downloadaur-7504555f6f42295d0a3f54a52150dfa58661160c.tar.gz
Update GH URL & add setuptools dep
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 930e0c0b66e9..021c5c42425f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-mypy-protobuf
pkgdesc = Generate mypy stub files from protobuf specs
pkgver = 3.5.0
- pkgrel = 1
- url = https://github.com/dropbox/mypy-protobuf
+ pkgrel = 2
+ url = https://github.com/nipunn1313/mypy-protobuf
arch = any
license = Apache
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ makedepends = python-setuptools
depends = mypy
depends = protobuf
depends = python
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")