summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2020-04-08 11:38:05 -0600
committerBrian Bidulock2020-04-08 11:38:05 -0600
commitb72d901b76fca2775beb531fdbac9bacb09f1177 (patch)
treeda8cf30d6e355077d86b2302532501919148b89f /PKGBUILD
parentee9e59a34660155733641a03acc824a195378628 (diff)
downloadaur-b72d901b76fca2775beb531fdbac9bacb09f1177.tar.gz
update for recent kernel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73e62162d4c7..9b069fb646a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
_knm="-lts419"
-_kvd="4.19.112-1"
+_kvd="4.19.114-1"
_kvo=""
_kvv="$(pacman -Qi linux${_knm}|awk '/^Version/{print$3;exit}')" || \
_kvv="$(pacman -Si linux${_knm}|awk '/^Version/{print$3;exit}')"
@@ -9,8 +9,8 @@ _kvr="${_kvv:+${_kvv}${_knm}}"
_kvx="$(echo $_kvr|sed -e 's,\.[0-9][0-9]*-.*,,')"
pkgname=openss7-modules${_knm}-git
_pkgname=openss7-modules${_knm}
-pkgver=1.1.8.467.g24ee9de09
-pkgrel=1
+pkgver=1.1.8.468.g7c7fc62a9
+pkgrel=2
pkgdesc="OpenSS7 Fast-STREAMS and protocol Suites (${_kvx:-LTS ${_kvx}} Kernel Modules)"
arch=('x86_64' 'i686')
url="http://www.openss7.org"