summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Malaco2020-07-14 07:15:23 -0300
committerJonas Malaco2020-07-14 07:18:45 -0300
commit692114f47e259c6e35ea3e59d3ed302dcb3b48e4 (patch)
tree85652b07ab37c6ac368292b1906c8438a5c18fff
parent552e83616bd4bc973f2d118f2c291b78c9b099ee (diff)
downloadaur-692114f47e259c6e35ea3e59d3ed302dcb3b48e4.tar.gz
Add setuptools-scm to makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b733a163c471..ce2cd47117c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyusb-git
pkgdesc = USB access for Python
- pkgver = 1.0.2.r28.ga0fd5f6
+ pkgver = 1.0.2.r59.g4ea402d
pkgrel = 1
url = https://github.com/pyusb/pyusb
arch = any
@@ -8,6 +8,8 @@ pkgbase = python-pyusb-git
makedepends = git
makedepends = python-setuptools
makedepends = python2-setuptools
+ makedepends = python-setuptools-scm
+ makedepends = python2-setuptools-scm
provides = python-pyusb
source = pyusb::git+https://github.com/pyusb/pyusb
md5sums = SKIP
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'