summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6477a1c60640..71e1aec9f960 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Dec 8 16:02:34 UTC 2015
+# Thu Dec 31 11:45:01 UTC 2015
pkgbase = linux-gpib
pkgdesc = A support package for GPIB (IEEE 488) hardware.
pkgver = 4.0.2
- pkgrel = 3
+ pkgrel = 4
url = http://linux-gpib.sourceforge.net/
install = linux-gpib.install
arch = i686
@@ -13,8 +13,8 @@ pkgbase = linux-gpib
makedepends = linux-headers
makedepends = bison
depends = bash
- depends = linux>=4.2
- depends = linux<4.3
+ depends = linux>=4.3
+ depends = linux<4.4
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
diff --git a/PKGBUILD b/PKGBUILD
index 28478030cf2f..eae7bb364837 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=('linux-gpib')
pkgver=4.0.2
-pkgrel=3
+pkgrel=4
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.2' 'linux<4.3')
+depends=('bash' 'linux>=4.3' 'linux<4.4')
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"
@@ -16,7 +16,7 @@ source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}%20for%20
install='linux-gpib.install'
backup=('etc/gpib.conf')
-_kernver=4.2
+_kernver=4.3
_extramodules=/usr/lib/modules/extramodules-${_kernver}-ARCH
md5sums=('dee2981476bd9c9f467efd3010095935'