summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpyros Stathopoulos2023-07-20 16:03:44 +0100
committerSpyros Stathopoulos2023-07-20 16:03:44 +0100
commit8a0aa3c212146757dceb262d2b912465d5cac8ff (patch)
tree25cc7909b870b200a1d2665762d42670930c44db
parentc1b3070cbb68fc342c7e9fb9665bff4a5ce05618 (diff)
downloadaur-8a0aa3c212146757dceb262d2b912465d5cac8ff.tar.gz
Update upstream to 4.3.6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e0eb5531e96..761d874fe603 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-gpib
pkgdesc = A support package for GPIB (IEEE 488) hardware.
- pkgver = 4.3.5
+ pkgver = 4.3.6
pkgrel = 1
url = http://linux-gpib.sourceforge.net/
install = linux-gpib.install
@@ -12,12 +12,12 @@ pkgbase = linux-gpib
makedepends = linux-headers
makedepends = bison
depends = bash
- depends = linux>=5.19
- depends = linux<5.20
+ depends = linux>=6.4
+ depends = linux<6.5
optdepends = fxload: firmware upload support for NI USB-B, Keithley KUSB-488 and Agilent 82357
options = !emptydirs
backup = etc/gpib.conf
- source = https://downloads.sourceforge.net/project/linux-gpib/linux-gpib%20for%203.x.x%20and%202.6.x%20kernels/4.3.5/linux-gpib-4.3.5.tar.gz
- md5sums = 1c79a2a883c99fa760548b442e225be3
+ source = https://downloads.sourceforge.net/project/linux-gpib/linux-gpib%20for%203.x.x%20and%202.6.x%20kernels/4.3.6/linux-gpib-4.3.6.tar.gz
+ md5sums = ffefc4e5c03b891c57f406a4b82395b7
pkgname = linux-gpib
diff --git a/PKGBUILD b/PKGBUILD
index b2736011a413..466c5c042175 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Alex Forenchich <alex@alexforencich.com>
pkgname=('linux-gpib')
-pkgver=4.3.5
+pkgver=4.3.6
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>=5.19' 'linux<5.20')
+depends=('bash' 'linux>=6.4' 'linux<6.5')
makedepends=('perl' 'python' 'linux-headers' 'bison')
optdepends=('fxload: firmware upload support for NI USB-B, Keithley KUSB-488 and Agilent 82357')
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}%20for%203.x.x%20and%202.6.x%20kernels/${pkgver}/${pkgname}-${pkgver}.tar.gz")
@@ -19,7 +19,7 @@ options=('!emptydirs')
_kernver=5.19
_extramodules=/usr/lib/modules/extramodules-ARCH
-md5sums=('1c79a2a883c99fa760548b442e225be3')
+md5sums=('ffefc4e5c03b891c57f406a4b82395b7')
prepare() {