summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc ROZANC2017-05-11 22:56:15 +0200
committerMarc ROZANC2017-05-11 22:56:15 +0200
commit540bf367c90b9f58e042ba7ac44e00afc3c4433d (patch)
treea2140b11c663b1357b8778f276b9622c450dc534
parent98c2f132d1cf8ed4391fcb4c974f2392701843b8 (diff)
downloadaur-540bf367c90b9f58e042ba7ac44e00afc3c4433d.tar.gz
Removes linux dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35da32eac006..6b70a9b536b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Oct 30 21:41:38 UTC 2016
+# Thu May 11 20:54:50 UTC 2017
pkgbase = clevo-xsm-wmi-dkms
pkgdesc = A reverse engineering driver for the Clevo SM series backlight keyboard (DKMS version)
pkgver = 1.1
- pkgrel = 2
+ pkgrel = 3
url = https://bitbucket.org/lynthium/clevo-xsm-wmi
install = clevo-xsm-wmi-dkms.install
arch = i686
@@ -13,7 +13,6 @@ pkgbase = clevo-xsm-wmi-dkms
depends = gcc
depends = make
depends = linux-headers
- depends = linux
provides = clevo-xsm-wmi
conflicts = clevo-xsm-wmi
conflicts = tuxedo-wmi
diff --git a/PKGBUILD b/PKGBUILD
index aab19205b69d..c72edbd88841 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _modname=$_pkgbase
pkgname="${_pkgbase}-dkms"
pkgver='1.1'
_pkgtag='6bfe9fe44e04'
-pkgrel=2
+pkgrel=3
pkgdesc='A reverse engineering driver for the Clevo SM series backlight keyboard (DKMS version)'
arch=('i686' 'x86_64')
license=('GPL')
@@ -13,7 +13,7 @@ url='https://bitbucket.org/lynthium/clevo-xsm-wmi'
options=(!emptydirs)
conflicts=("$_pkgbase" 'tuxedo-wmi' 'tuxedo-wmi-dkms')
provides=("$_pkgbase")
-depends=('dkms' 'gcc' 'make' 'linux-headers' 'linux')
+depends=('dkms' 'gcc' 'make' 'linux-headers')
source=("clevo-xsm-wmi-${pkgver}.src.tar.gz::https://bitbucket.org/lynthium/clevo-xsm-wmi/get/v${pkgver}.tar.gz"
"dkms.conf"
"Makefile")