summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-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/"