summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpyros Stathopoulos2018-01-07 12:02:08 +0000
committerSpyros Stathopoulos2018-01-07 12:02:08 +0000
commit2b28fe9866a55151024cfdc895109e32b13ec470 (patch)
treec6cd5d8e35c197c76b5f8f5c0032ae9e0a489cb1
parente09b28559ff7819384ca684ee9853041df2c880f (diff)
downloadaur-2b28fe9866a55151024cfdc895109e32b13ec470.tar.gz
Update for kernel 4.14
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--linux-gpib.install2
3 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e863395df682..13d2fed349d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Fri Oct 6 12:08:47 UTC 2017
pkgbase = linux-gpib
pkgdesc = A support package for GPIB (IEEE 488) hardware.
pkgver = 4.1.0
- pkgrel = 1
+ pkgrel = 2
url = http://linux-gpib.sourceforge.net/
install = linux-gpib.install
arch = i686
@@ -14,8 +12,8 @@ pkgbase = linux-gpib
makedepends = linux-headers
makedepends = bison
depends = bash
- depends = linux>=4.13
- depends = linux<4.14
+ depends = linux>=4.14
+ depends = linux<4.15
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.1.0/linux-gpib-4.1.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index bae4a78701cf..61483ee07774 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=('linux-gpib')
pkgver=4.1.0
-pkgrel=1
+pkgrel=2
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.13' 'linux<4.14')
+depends=('bash' 'linux>=4.14' 'linux<4.15')
makedepends=('perl' 'python' '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"
@@ -17,7 +17,7 @@ source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}%20for%20
install='linux-gpib.install'
backup=('etc/gpib.conf')
-_kernver=4.13
+_kernver=4.14
_extramodules=/usr/lib/modules/extramodules-${_kernver}-ARCH
md5sums=('2614bb6dcfde4bf01f6047fdf0ea021f'
diff --git a/linux-gpib.install b/linux-gpib.install
index 5afe2c3272d7..7a7b257dca69 100644
--- a/linux-gpib.install
+++ b/linux-gpib.install
@@ -1,5 +1,5 @@
_depmod() {
- EXTRAMODULES=extramodules-4.13-ARCH
+ EXTRAMODULES=extramodules-4.14-ARCH
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
}