Update python-pyusb to 1.0.0

This commit is contained in:
Martchus 2016-08-03 00:25:08 +02:00
parent 9a7fd35fda
commit abdb5a6a32
1 changed files with 4 additions and 4 deletions

View File

@ -4,9 +4,9 @@
# you also find the URL of a binary repository.
pkgname=python-pyusb
pkgver=1.0.0b2
pkgrel=3
pkgdesc="A pure Python module which provides USB access."
pkgver=1.0.0
pkgrel=1
pkgdesc="A pure Python module which provides USB access"
arch=('any')
url="https://github.com/walac/pyusb"
license=('custom')
@ -15,7 +15,7 @@ makedepends=('python-distribute')
provides=($pkgname)
conflicts=($pkgname-git)
source=("https://github.com/walac/pyusb/archive/${pkgver}.tar.gz")
md5sums=('bc12e83ff3ef1045d4306d13a9955fc1')
sha256sums=('52106ce23ccc3b804335952aa48f7d5ce94f7ec27b44bb2d523eac92b97ace63')
build() {
cd $srcdir/pyusb-$pkgver