diff options
Diffstat (limited to 'pcr/python-libusb1')
-rw-r--r-- | pcr/python-libusb1/PKGBUILD | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/pcr/python-libusb1/PKGBUILD b/pcr/python-libusb1/PKGBUILD index 436d8e72d..3353446b0 100644 --- a/pcr/python-libusb1/PKGBUILD +++ b/pcr/python-libusb1/PKGBUILD @@ -1,11 +1,8 @@ -# Maintainer (AUR): vorpalblade77@gmail.com - -# parabola changes and rationale: -# no changes. - +# Maintainer (Aur): sehraf +# submitter (Aur): vorpalblade77@gmail.com pkgname=python-libusb1 _pkgname=libusb1 -pkgver=1.7 +pkgver=1.8 pkgrel=1 pkgdesc="Pure python wrapper for libusb" arch=('any') @@ -17,7 +14,7 @@ optdepends=() conflicts=("${pkgname}-git") changelog='changelog.txt' source=("https://github.com/vpelletier/python-libusb1/archive/${pkgver}.tar.gz") -sha256sums=('efd174cc9151f56437102651be07857b873ffab77e58052576aa3ac2ab059c46') +sha256sums=('34caac2032a06c95a506e063efea05350283ad190dd64d8b4d0d32d021dfec68') build() { cd "${srcdir}/${pkgname}-${pkgver}" |