summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57f981143486..0463d15a7706 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = roccat-dkms
pkgdesc = Kernel modules for ROCCAT devices
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://roccat.sourceforge.net
install = roccat-dkms.install
arch = i686
@@ -10,7 +10,7 @@ pkgbase = roccat-dkms
depends = dkms
optdepends = linux-headers: build the module against Arch kernel
optdepends = linux-lts-headers: build the module against LTS Arch kernel
- optdepends = roccat-tools: graphical tools to adjust the mouse settings
+ optdepends = roccat-tools-common: graphical tools to adjust the mouse settings
provides = kmod-roccat
conflicts = kmod-roccat
source = http://downloads.sourceforge.net/project/roccat/linux/kmod-roccat/kmod-roccat-1.0.0.tar.bz2
diff --git a/PKGBUILD b/PKGBUILD
index fb9f7a6531d5..aeb79e16bf89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=roccat-dkms
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Kernel modules for ROCCAT devices"
arch=('i686' 'x86_64')
url="http://roccat.sourceforge.net"
@@ -11,7 +11,7 @@ license=('GPL')
depends=('dkms')
optdepends=('linux-headers: build the module against Arch kernel'
'linux-lts-headers: build the module against LTS Arch kernel'
- 'roccat-tools: graphical tools to adjust the mouse settings')
+ 'roccat-tools-common: graphical tools to adjust the mouse settings')
conflicts=('kmod-roccat')
provides=('kmod-roccat')
source=("http://downloads.sourceforge.net/project/roccat/linux/kmod-roccat/kmod-roccat-$pkgver.tar.bz2")
@@ -21,7 +21,6 @@ sha256sums=('432c5100bdfbd19f54938129ff18331f70c12d3fd4f145ea5a1093a363ce9594')
package() {
cd ${srcdir}/kmod-roccat-${pkgver}
-#2.6.39_and_up
install -dm755 "${pkgdir}/usr/lib/modprobe.d"
install -dm755 "${pkgdir}/usr/src/${pkgname}-${pkgver}-${pkgrel}"
@@ -30,5 +29,3 @@ package() {
install -D override-roccat.conf $pkgdir/usr/lib/depmod.d/override-roccat.conf
}
-
-# vim:set ts=2 sw=2 et: