summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/plextor-convertX-driver/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/plextor-convertX-driver/PKGBUILD')
-rwxr-xr-xabs/core-testing/plextor-convertX-driver/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/abs/core-testing/plextor-convertX-driver/PKGBUILD b/abs/core-testing/plextor-convertX-driver/PKGBUILD
index 102d539..fb503fb 100755
--- a/abs/core-testing/plextor-convertX-driver/PKGBUILD
+++ b/abs/core-testing/plextor-convertX-driver/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=plextor-convertX-driver
pkgver=0.9.8
-pkgrel=2
-_kernver=2.6.26-ARCH
+pkgrel=3
+_kernver=2.6.27-ARCH
pkgdesc="Drivers for Plextor tuners"
arch=(i686 x86_64)
url="http://nikosapi.org/software/WIS_Go7007"
install="convertX.install"
-source=("http://nikosapi.org/software/WIS_Go7007/wis-go7007-linux-0.9.8-2.tar.bz2" 'wis-go7007-2.6.26-nopage.diff')
+source=("http://nikosapi.org/software/WIS_Go7007/wis-go7007-linux-0.9.8-2.tar.bz2" 'wis-go7007-2.6.26-nopage.diff' 'wis-go7007-linux-0.9.8-2-2.6.27.patch')
depends=('udev>=070' 'fxload')
makedepends=('gcc')
@@ -17,6 +17,7 @@ build() {
# SET UP
cd $startdir/src/wis-go7007-linux-0.9.8-2 || return 1
patch -Np1 -i ../wis-go7007-2.6.26-nopage.diff || return 1
+ patch -Np1 -i ../wis-go7007-linux-0.9.8-2-2.6.27.patch || return 1
# build
make clean || return 1
make || return 1