diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2019-02-26 00:16:15 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2019-02-26 00:16:32 +0100 |
commit | 46c3234af94b427fc27151b0c6fa51270077986f (patch) | |
tree | 570cb62154a6f08b77d2bbb3fea31a0507ec09a3 /pcr/python-libusb1 | |
parent | 642cefd1048f1949e6b8e927696c9ef0fb74f0d0 (diff) | |
download | abslibre-46c3234af94b427fc27151b0c6fa51270077986f.tar.gz abslibre-46c3234af94b427fc27151b0c6fa51270077986f.tar.bz2 abslibre-46c3234af94b427fc27151b0c6fa51270077986f.zip |
pcr/python-libusb1: updated to 1.7
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}" |