author | Filipe Laíns
<lains@archlinux.org> 2021-01-24 19:24:07 UTC |
committer | Filipe Laíns
<lains@archlinux.org> 2021-01-24 19:24:07 UTC |
parent | 30b1af6817f1964afc08cd26c1c3cbd58267cf78 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index ba97204..47cc86b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,16 +2,16 @@ _pkgname=libusb1 pkgname=python-$_pkgname -pkgver=1.9 +pkgver=1.9.1 pkgrel=1 pkgdesc='Python ctype-based wrapper around libusb1' arch=('any') url='https://github.com/vpelletier/python-libusb1' license=('LGPL2.1') depends=('python' 'libusb') -makedepends=('python-setuptools') +makedepends=('python-setuptools' 'python-wheel') source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") -sha512sums=('683b02101afbb8cc8df619b238f0949138aaf8a7f374686d1efc49033bc63b79037b9e2d056eb9280b6cdc9d04526ae20f5578444d7d3a38a268e587bb6533b7') +sha512sums=('7c48315a542d2f04bf2b85b7ffdf38d966de71a299bce8562e8c41cb9f90bf15ae2a2aa47d1207bc116a646b1519d2a67d941eff1b537e749e72e19c8aefbb3c') build() { cd $pkgname-$pkgver