git » python-libusb1.git » commit 80c1ef0

upgpkg: 2.0.1-1

author Filipe Laíns
2021-11-07 20:20:04 UTC
committer Filipe Laíns
2021-11-07 20:20:04 UTC
parent 0a2dc66a71100e45cb37dec5601c529f86fa883a

upgpkg: 2.0.1-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index ae51770..e30a298 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 _pkgname=libusb1
 pkgname=python-$_pkgname
-pkgver=1.9.3
+pkgver=2.0.1
 pkgrel=1
 pkgdesc='Python ctype-based wrapper around libusb1'
 arch=('any')
@@ -11,7 +11,7 @@ license=('LGPL2.1')
 depends=('python' 'libusb')
 makedepends=('python-setuptools' 'python-wheel')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('232d0c458c17255cdc88a376b4e427ba885fc43a37c60c7c296774130ccaf4c09a4298816cd5a3be1013832ce526881d94eaa05e46d6d88716ddad2e3eeff983')
+sha512sums=('4860fdb244c32249e6aba7e2b8642eec8eca9acfacaa284568821af3bf95d63411bf5da3615beff47761ca35fc387526b1a9074fe44805097e55787b6aa890e8')
 
 build() {
   cd $pkgname-$pkgver