summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpyros Stathopoulos2020-07-11 01:05:13 +0100
committerSpyros Stathopoulos2020-07-11 01:05:13 +0100
commit5987beb23b36cf67689fc115d5ae11a9a000fe65 (patch)
treecd2d12c96d670f4d8911196a9deb4546053fe968
parent05769e467d92adfec66f96fe2ccbdef9c31b4d2b (diff)
downloadaur-5987beb23b36cf67689fc115d5ae11a9a000fe65.tar.gz
Update for kernel 5.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb829d67b159..16cf22c5604d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-gpib
pkgdesc = A support package for GPIB (IEEE 488) hardware.
pkgver = 4.3.3
- pkgrel = 1
+ pkgrel = 2
url = http://linux-gpib.sourceforge.net/
install = linux-gpib.install
arch = i686
@@ -12,8 +12,8 @@ pkgbase = linux-gpib
makedepends = linux-headers
makedepends = bison
depends = bash
- depends = linux>=5.6
- depends = linux<5.7
+ depends = linux>=5.7
+ depends = linux<5.8
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.3.3/linux-gpib-4.3.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index ec8cac31705d..d8a5761f2c7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,19 @@
pkgname=('linux-gpib')
pkgver=4.3.3
-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>=5.6' 'linux<5.7')
+depends=('bash' 'linux>=5.7' 'linux<5.8')
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")
install='linux-gpib.install'
backup=('etc/gpib.conf')
-_kernver=5.6
+_kernver=5.7
_extramodules=/usr/lib/modules/extramodules-ARCH
md5sums=('1243aa44f788cf23f9b40ded54c14685')