From 1dc3d24ff19bf86e460de65d9cdfc24440b20fd1 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Mon, 22 Jan 2018 18:52:36 +0100 Subject: pcr/python-libusb1: updated to 1.6.4 --- pcr/python-libusb1/PKGBUILD | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'pcr/python-libusb1/PKGBUILD') diff --git a/pcr/python-libusb1/PKGBUILD b/pcr/python-libusb1/PKGBUILD index a6576e2b5..dd99823f1 100644 --- a/pcr/python-libusb1/PKGBUILD +++ b/pcr/python-libusb1/PKGBUILD @@ -1,7 +1,11 @@ -# Maintainer (Arch): vorpalblade77@gmail.com +# Maintainer (AUR): vorpalblade77@gmail.com + +# parabola changes and rationale: +# no changes. + pkgname=python-libusb1 _pkgname=libusb1 -pkgver=1.5.0 +pkgver=1.6.4 pkgrel=1 pkgdesc="Pure python wrapper for libusb" arch=('any') @@ -12,16 +16,16 @@ depends=('python' 'libusbx') optdepends=() conflicts=("${pkgname}-git") changelog='changelog.txt' -source=("git+https://github.com/vpelletier/${pkgname}.git") -md5sums=('SKIP') +source=("https://github.com/vpelletier/python-libusb1/archive/${pkgver}.tar.gz") +md5sums=('448cf619d6f2d9481fe39a5e0496b877') build() { - cd "${srcdir}/${pkgname}" + cd "${srcdir}/${pkgname}-${pkgver}" python setup.py build } package() { - cd "${srcdir}/${pkgname}" + cd "${srcdir}/${pkgname}-${pkgver}" python setup.py install --root="${pkgdir}" \ --prefix="/usr" \ --compile -O1 -- cgit v1.2.3