summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2016-02-03 10:30:19 +0000
committerWorMzy Tykashi2016-02-03 10:30:43 +0000
commit80b79017aca41c7721b40bfbe77a6b289c3ed67a (patch)
tree6e51a84e562732346a26ca17cbbb9041630090ec
parentb664eb1765d02cfa5d308f58b553ef3afb86d1ad (diff)
downloadaur-80b79017aca41c7721b40bfbe77a6b289c3ed67a.tar.gz
Updated for linux 4.4
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
-rw-r--r--comodo-modules.install2
3 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4aec2adb992c..3335d5a44a2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
+# Generated by mksrcinfo v8
+# Wed Feb 3 10:30:37 UTC 2016
pkgbase = comodo-modules
pkgdesc = Modules for Comodo Antivirus for providing realtime protection
- pkgver = 20150307_4.2.2_1
+ pkgver = 20150307_4.4.1_1
pkgrel = 1
url = http://www.bondoffamily-net.com/~kinta-chan
install = comodo-modules.install
arch = i686
arch = x86_64
license = GPL3
- makedepends = linux-headers>=4.2
- makedepends = linux-headers<4.3
- depends = linux>=4.2
- depends = linux<4.3
+ makedepends = linux-headers>=4.4
+ makedepends = linux-headers<4.5
+ depends = linux>=4.4
+ depends = linux<4.5
depends = comodo
source = driver-20150307.tar::http://www.bondoffamily-net.com/~kinta-chan/techknow/DownLoad/redirfs/beta/driver.tar
md5sums = bdf595fdb2493def6e6e128f96b83916
diff --git a/PKGBUILD b/PKGBUILD
index 6c6aa3a3cccd..1931344cd9cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: WorMzy Tykashi <wormzy.tykashi@gmail.com>
pkgname=comodo-modules
-pkgver=20150307_4.3.3_2
+pkgver=20150307_4.4.1_1
pkgrel=1
pkgdesc="Modules for Comodo Antivirus for providing realtime protection"
arch=('i686' 'x86_64')
url="http://www.bondoffamily-net.com/~kinta-chan"
license=('GPL3')
-depends=('linux>=4.3' 'linux<4.4' 'comodo')
-makedepends=('linux-headers>=4.3' 'linux-headers<4.4')
+depends=('linux>=4.4' 'linux<4.5' 'comodo')
+makedepends=('linux-headers>=4.4' 'linux-headers<4.5')
install=comodo-modules.install
_date=20150307
source=("driver-${_date}.tar::${url}/techknow/DownLoad/redirfs/beta/driver.tar")
diff --git a/comodo-modules.install b/comodo-modules.install
index e188d2f3a1df..bb0e65bef53b 100644
--- a/comodo-modules.install
+++ b/comodo-modules.install
@@ -1,5 +1,5 @@
run_depmod() {
- KERNEL=4.3.3-2-ARCH
+ KERNEL=4.4.1-1-ARCH
depmod $KERNEL
}