summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Rozanc2015-11-21 15:20:35 +0100
committerMarc Rozanc2015-11-21 15:20:35 +0100
commit6dad3c7af34c278884e454b76ed761304bbb8fbe (patch)
tree039f84f7fe390e2945b17b79c04343eb941254a3
parentaf18bff9447cdae359455100c4f5aab40499b29e (diff)
downloadaur-6dad3c7af34c278884e454b76ed761304bbb8fbe.tar.gz
Adds missing provides information for compatibility with util
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 766d158d53c6..0de8147f70c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = clevo-xsm-wmi-dkms
pkgdesc = A reverse engineering driver for the Clevo SM series backlight keyboard (DKMS version)
pkgver = 0.6
- pkgrel = 1
+ pkgrel = 2
url = https://bitbucket.org/lynthium/clevo-xsm-wmi
install = clevo-xsm-wmi-dkms.install
arch = i686
@@ -9,6 +9,7 @@ pkgbase = clevo-xsm-wmi-dkms
license = GPL
depends = dkms
depends = linux-headers
+ provides = clevo-xsm-wmi
conflicts = clevo-xsm-wmi
conflicts = tuxedo-wmi
conflicts = tuxedo-wmi-dkms
diff --git a/PKGBUILD b/PKGBUILD
index e4e9ac6eef75..192b99b093cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _modname='clevo-xsm-wmi'
pkgname="${_modname}-dkms"
pkgver='0.6'
_pkgtag='291801cb8d85'
-pkgrel=1
+pkgrel=2
pkgdesc='A reverse engineering driver for the Clevo SM series backlight keyboard (DKMS version)'
arch=('i686' 'x86_64')
license=('GPL')
@@ -12,7 +12,8 @@ url='https://bitbucket.org/lynthium/clevo-xsm-wmi'
source=("clevo-xsm-wmi-${pkgver}.src.tar.gz::https://bitbucket.org/lynthium/clevo-xsm-wmi/get/v${pkgver}.tar.gz"
"dkms.conf.in")
options=(!emptydirs)
-conflicts=('clevo-xsm-wmi' 'tuxedo-wmi' 'tuxedo-wmi-dkms')
+conflicts=("$_modname" 'tuxedo-wmi' 'tuxedo-wmi-dkms')
+provides=("$_modname")
depends=('dkms' 'linux-headers')
md5sums=('cd3341fd759964e2e48ccc6a3c8bb515'
'2ba847baebeee1b60a900d09b0e426da')