summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2019-12-26 13:59:56 -0500
committerChris Severance2019-12-26 13:59:56 -0500
commit47086a747d865c113481a18e5dcb2ab9a7cdc903 (patch)
treef137f564196e92763554e7b54775df2f0d05350d
parentfeae639ff28b374360c69290799d24fb4303c3e9 (diff)
downloadaur-47086a747d865c113481a18e5dcb2ab9a7cdc903.tar.gz
autu: Update to 2.0.4_3-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e34d41ccdd94..63385e4b366b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Mon Apr 1 01:52:39 UTC 2019
pkgbase = sunix-snx
pkgdesc = kernel module driver for Sunix SUN1889 SUN1989 SUN1999 SUN2212 SUN2410 UL7502AQ UL7512EQ UL7522EQ PCI PCIe multi I/O parallel serial RS-232 422 485 port Dell Lenovo Acer Startech
pkgver = 2.0.4_3
- pkgrel = 2
+ pkgrel = 3
url = http://www.sunix.com/
install = sunix-snx-install.sh
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index b2a22a23fbc0..067fa0a2aa71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -94,7 +94,7 @@ set -u
pkgname='sunix-snx'
#pkgver='2.0.4_2'; _dl='2016/20160706173626'
pkgver='2.0.4_3'; _dl='2017/20171122180114'
-pkgrel='2'
+pkgrel='3'
pkgdesc='kernel module driver for Sunix SUN1889 SUN1989 SUN1999 SUN2212 SUN2410 UL7502AQ UL7512EQ UL7522EQ PCI PCIe multi I/O parallel serial RS-232 422 485 port Dell Lenovo Acer Startech'
arch=('i686' 'x86_64')
url='http://www.sunix.com/'
@@ -166,6 +166,8 @@ prepare() {
-e '/findstring / s:"\([0-9]\):"=\1:g ' \
-e '# 2.6 would match a hostname of rack2.6location5' \
-e '/findstring / s:uname -a:uname -r:g ' \
+ -e '# Kernel 5.4 compatible' \
+ -e 's: SUBDIRS=\([^ ]\+\) : M=\1&:g ' \
-i 'driver/Makefile'
sed -e '/^install:/,/^$/ s: /usr/: "${DESTDIR}"/usr/:g' -i 'snxdump/Makefile' 'snxterm/Makefile'
! test -s 'driver/Makefile.Arch' || echo "${}"