summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'