summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8b311481134..ab235ee9f4e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex Forencich <alex@alexforencich.com>
pkgname=python2-usbtmc
-pkgver=0.6
+pkgver=0.7
pkgrel=1
pkgdesc="A Python USBTMC driver for controlling instruments over USB."
arch=('any')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('python2' 'python2-pyusb')
source=("python-usbtmc-$pkgver.tar.gz::https://github.com/python-ivi/python-usbtmc/archive/v$pkgver.tar.gz")
-md5sums=('41af1838195e03448dee941794bd2953')
+md5sums=('a91bd429eb349e6fb6f583a082e5409f')
build() {
cd "$srcdir/python-usbtmc-$pkgver"