diff options
Diffstat (limited to 'pcr/python-libusb1')
-rw-r--r-- | pcr/python-libusb1/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/python-libusb1/PKGBUILD b/pcr/python-libusb1/PKGBUILD index dd99823f1..436d8e72d 100644 --- a/pcr/python-libusb1/PKGBUILD +++ b/pcr/python-libusb1/PKGBUILD @@ -5,7 +5,7 @@ pkgname=python-libusb1 _pkgname=libusb1 -pkgver=1.6.4 +pkgver=1.7 pkgrel=1 pkgdesc="Pure python wrapper for libusb" arch=('any') @@ -17,7 +17,7 @@ optdepends=() conflicts=("${pkgname}-git") changelog='changelog.txt' source=("https://github.com/vpelletier/python-libusb1/archive/${pkgver}.tar.gz") -md5sums=('448cf619d6f2d9481fe39a5e0496b877') +sha256sums=('efd174cc9151f56437102651be07857b873ffab77e58052576aa3ac2ab059c46') build() { cd "${srcdir}/${pkgname}-${pkgver}" |