summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Malaco2020-07-14 07:15:23 -0300
committerJonas Malaco2020-07-14 07:18:45 -0300
commit692114f47e259c6e35ea3e59d3ed302dcb3b48e4 (patch)
tree85652b07ab37c6ac368292b1906c8438a5c18fff /PKGBUILD
parent552e83616bd4bc973f2d118f2c291b78c9b099ee (diff)
downloadaur-692114f47e259c6e35ea3e59d3ed302dcb3b48e4.tar.gz
Add setuptools-scm to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c824da1859e2..991f84985160 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Jonas Malaco <jonas@protocubo.io>
# Contributor: Alex Forencich <alex@alexforencich.com>
pkgname=(python-pyusb-git python2-pyusb-git)
-pkgver=1.0.2.r28.ga0fd5f6
+pkgver=1.0.2.r59.g4ea402d
pkgrel=1
pkgdesc="USB access for Python"
arch=('any')
url="https://github.com/pyusb/pyusb"
license=('BSD')
-makedepends=('git' 'python-setuptools' 'python2-setuptools')
+makedepends=('git' 'python-setuptools' 'python2-setuptools'
+ 'python-setuptools-scm' 'python2-setuptools-scm')
provides=('python-pyusb')
_gitroot='https://github.com/pyusb/pyusb'