summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2015-10-04 02:42:03 +0100
committerWorMzy Tykashi2015-10-04 02:42:03 +0100
commit1f03b2a7c46f1b02cef72896b006a57166aa65a9 (patch)
treefe7741dbdf0904173b36b76367296d68bca0334b
parentaf1148c280f3da4415b7e698a2117b0ea6783b54 (diff)
downloadaur-1f03b2a7c46f1b02cef72896b006a57166aa65a9.tar.gz
Updated for linux-4.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7461c0a6bdaf..4aec2adb992c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = comodo-modules
pkgdesc = Modules for Comodo Antivirus for providing realtime protection
- pkgver = 20150307_4.1.2_2
+ pkgver = 20150307_4.2.2_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.1
- makedepends = linux-headers<4.2
- depends = linux>=4.1
- depends = linux<4.2
+ makedepends = linux-headers>=4.2
+ makedepends = linux-headers<4.3
+ depends = linux>=4.2
+ depends = linux<4.3
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 41b117c84004..59d5cd0476bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: WorMzy Tykashi <wormzy.tykashi@gmail.com>
pkgname=comodo-modules
-pkgver=20150307_4.1.2_2
+pkgver=20150307_4.2.2_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.1' 'linux<4.2' 'comodo')
-makedepends=('linux-headers>=4.1' 'linux-headers<4.2')
+depends=('linux>=4.2' 'linux<4.3' 'comodo')
+makedepends=('linux-headers>=4.2' 'linux-headers<4.3')
install=comodo-modules.install
_date=20150307
source=("driver-${_date}.tar::${url}/techknow/DownLoad/redirfs/beta/driver.tar")