summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpyros Stathopoulos2016-04-22 00:46:54 +0300
committerSpyros Stathopoulos2016-04-22 00:46:54 +0300
commit19cb339170c7033fb6ae844b9612d13b050e19b7 (patch)
tree2605442cde52c6764e71b0b57c789c183f45e6fc /PKGBUILD
parentfee7fcf509a49cdb7982d380184334615049f011 (diff)
downloadaur-19cb339170c7033fb6ae844b9612d13b050e19b7.tar.gz
Update to 4.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b03cfd2bfaa3..9226769dd030 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=('python-linux-gpib')
_pkgname=('linux-gpib')
-pkgver=4.0.2
+pkgver=4.0.3
pkgrel=1
pkgdesc='A support package for GPIB (IEEE 488) hardware - Python 3 bindings'
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ url='http://linux-gpib.sourceforge.net/'
license=('GPL')
depends=('linux-gpib' 'python')
source=("http://downloads.sourceforge.net/project/${_pkgname}/${_pkgname}%20for%203.x.x%20and%202.6.x%20kernels/${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('dee2981476bd9c9f467efd3010095935')
+md5sums=('2d97191e538a57ba7350fcc011ee2596')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}/language/python/"