summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsehraf2019-02-25 21:48:06 +0100
committersehraf2019-02-25 21:48:06 +0100
commit694120978786844d5908c4059ae35edc1000bbb0 (patch)
tree1dfae82bbbf2fcf4bd25066a131949018b283bad
parent7a8b27991d19837c7d58f0c8a5d353323bb1fb31 (diff)
downloadaur-694120978786844d5908c4059ae35edc1000bbb0.tar.gz
v1.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f165e349f16..9c93fc4f7b27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Sep 14 22:02:23 UTC 2018
+# Mon Feb 25 20:47:46 UTC 2019
pkgbase = python-libusb1
pkgdesc = Pure python wrapper for libusb
- pkgver = 1.6.6
+ pkgver = 1.7
pkgrel = 1
url = https://github.com/vpelletier/python-libusb1
changelog = changelog.txt
@@ -14,8 +14,8 @@ pkgbase = python-libusb1
depends = python
depends = libusbx
conflicts = python-libusb1-git
- source = https://github.com/vpelletier/python-libusb1/archive/1.6.6.tar.gz
- sha256sums = a5dc49ab094ec9a62a2ad1a8dd5d7a33f2a0d29c91e5b58f4c61d2f9add57ea2
+ source = https://github.com/vpelletier/python-libusb1/archive/1.7.tar.gz
+ sha256sums = efd174cc9151f56437102651be07857b873ffab77e58052576aa3ac2ab059c46
pkgname = python-libusb1
diff --git a/PKGBUILD b/PKGBUILD
index 9525a6493a49..46f3a8407eeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# submitter: vorpalblade77@gmail.com
pkgname=python-libusb1
_pkgname=libusb1
-pkgver=1.6.6
+pkgver=1.7
pkgrel=1
pkgdesc="Pure python wrapper for libusb"
arch=('any')
@@ -14,7 +14,7 @@ optdepends=()
conflicts=("${pkgname}-git")
changelog='changelog.txt'
source=("https://github.com/vpelletier/python-libusb1/archive/${pkgver}.tar.gz")
-sha256sums=('a5dc49ab094ec9a62a2ad1a8dd5d7a33f2a0d29c91e5b58f4c61d2f9add57ea2')
+sha256sums=('efd174cc9151f56437102651be07857b873ffab77e58052576aa3ac2ab059c46')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"