summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpyros Stathopoulos2015-12-08 15:20:46 +0200
committerSpyros Stathopoulos2015-12-08 15:20:46 +0200
commit926208ab19ed7fa388820a639e72d6604a60ac6e (patch)
treec7345572b7e3eee7d8835ec3998c517ecce5347b
parent1232cffe300caedf420465ec7ad6a5bf34a3c22f (diff)
downloadaur-926208ab19ed7fa388820a639e72d6604a60ac6e.tar.gz
Update to version 4.0.2
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5be37a13e1e..c2e8b0cfc883 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=('python2-linux-gpib')
_pkgname=('linux-gpib')
-pkgver=3.2.21
-pkgrel=2
+pkgver=4.0.2
+pkgrel=1
pkgdesc='A support package for GPIB (IEEE 488) hardware - Python 2 bindings'
arch=('i686' 'x86_64')
url='http://linux-gpib.sourceforge.net/'
@@ -9,7 +9,8 @@ license=('GPL')
depends=('linux-gpib' 'python2')
source=("http://downloads.sourceforge.net/project/${_pkgname}/${_pkgname}%20for%203.x.x%20and%202.6.x%20kernels/${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('91e15d1a30c6e3fd79fc6762e8c1120e')
+md5sums=('dee2981476bd9c9f467efd3010095935')
+
build() {
cd "${srcdir}/${_pkgname}-${pkgver}/language/python/"