summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Rice2021-05-30 18:41:30 -0400
committerPeter Rice2021-05-30 18:41:30 -0400
commit693815fe1e15629986ae59cbb82476abaeadd615 (patch)
tree0a1dddc5143f10cd631eee568911da935fddd43a
parent8d0e4089d31384b5dc69ce9ef7757ca944070b76 (diff)
downloadaur-693815fe1e15629986ae59cbb82476abaeadd615.tar.gz
Add setuptools-scm for --version support
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c76fb33c23db..a8482d4b9443 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('GPL')
sha512sums=('SKIP')
arch=('any')
depends=('python' 'python-pyxdg')
-makedepends=('git' 'python-setuptools')
+makedepends=('git' 'python-setuptools' 'python-setuptools-scm')
provides=('qbpm')
conflicts=('qbpm')
source=("git://github.com/pvsr/qbpm")