summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpyros Stathopoulos2016-04-22 00:41:53 +0300
committerSpyros Stathopoulos2016-04-22 00:41:53 +0300
commit0f44ded8dbc7e2b8974f1806ef4ba3454ee4cc56 (patch)
treea72a22f7f72b5e080c9951a4fc269b6b55658e50
parentf70303b00568b2a2f95228d6e8ff305d224934ca (diff)
downloadaur-0f44ded8dbc7e2b8974f1806ef4ba3454ee4cc56.tar.gz
Update to version 4.0.3
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b7e8ab79856..8b5f26514a56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Feb 3 10:18:44 UTC 2016
+# Thu Apr 21 21:39:55 UTC 2016
pkgbase = linux-gpib
pkgdesc = A support package for GPIB (IEEE 488) hardware.
- pkgver = 4.0.2
- pkgrel = 6
+ pkgver = 4.0.3
+ pkgrel = 1
url = http://linux-gpib.sourceforge.net/
install = linux-gpib.install
arch = i686
@@ -13,13 +13,13 @@ pkgbase = linux-gpib
makedepends = linux-headers
makedepends = bison
depends = bash
- depends = linux>=4.4
- depends = linux<4.5
+ depends = linux>=4.5
+ depends = linux<4.6
optdepends = fxload: firmware upload support for NI USB-B, Keithley KUSB-488 and Agilent 82357
backup = etc/gpib.conf
- source = http://downloads.sourceforge.net/project/linux-gpib/linux-gpib%20for%203.x.x%20and%202.6.x%20kernels/4.0.2/linux-gpib-4.0.2.tar.gz
+ source = http://downloads.sourceforge.net/project/linux-gpib/linux-gpib%20for%203.x.x%20and%202.6.x%20kernels/4.0.3/linux-gpib-4.0.3.tar.gz
source = gpib_build.patch
- md5sums = dee2981476bd9c9f467efd3010095935
+ md5sums = 2d97191e538a57ba7350fcc011ee2596
md5sums = f6efe56c98febd2618c120000d1c31aa
pkgname = linux-gpib
diff --git a/PKGBUILD b/PKGBUILD
index 5f0c5fc25e6f..764f3026ac5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Alex Forenchich <alex@alexforencich.com>
pkgname=('linux-gpib')
-pkgver=4.0.2
-pkgrel=6
+pkgver=4.0.3
+pkgrel=1
pkgdesc='A support package for GPIB (IEEE 488) hardware.'
arch=('i686' 'x86_64')
url='http://linux-gpib.sourceforge.net/'
license=('GPL')
-depends=('bash' 'linux>=4.4' 'linux<4.5')
+depends=('bash' 'linux>=4.5' 'linux<4.6')
makedepends=('perl' 'linux-headers' 'bison')
optdepends=('fxload: firmware upload support for NI USB-B, Keithley KUSB-488 and Agilent 82357')
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}%20for%203.x.x%20and%202.6.x%20kernels/${pkgver}/${pkgname}-${pkgver}.tar.gz"
@@ -19,7 +19,7 @@ backup=('etc/gpib.conf')
_kernver=4.4
_extramodules=/usr/lib/modules/extramodules-${_kernver}-ARCH
-md5sums=('dee2981476bd9c9f467efd3010095935'
+md5sums=('2d97191e538a57ba7350fcc011ee2596'
'f6efe56c98febd2618c120000d1c31aa')
prepare() {