summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWalter Dworak2015-09-14 16:35:55 -0500
committerWalter Dworak2015-09-14 16:35:55 -0500
commit4fa6475f1a9633e456be8049e38dd2eb1d5999f0 (patch)
tree31792ab442d3d63a8acf22d06a8ecb510f9a6eac /PKGBUILD
parent0cf4dbbb446cb4b9bbf2d813d7cfa097ad683fee (diff)
downloadaur-rr62x.tar.gz
Removed strict kernel version check, should be fine on older kernels
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf64b76610f5..16c92b8a0773 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Alessandro Sagratini <ale_sagra at hotmail dot com>
pkgname=rr62x
pkgver=1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Kernel modules for Highpoint RocketRAID 62x SATA/6Gbps Card."
arch=('i686' 'x86_64')
url="http://www.highpoint-tech.com/USA_new/series_rr600-download.htm"
license=('custom')
groups=()
-depends=('linux>=4.0')
+depends=('linux')
makedepends=('linux-headers')
provides=()