summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3616c66b1967..20212cec4e84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = rr276x
license = custom
makedepends = linux-headers
depends = linux
- conflicts = $pkgname-dkms
+ conflicts = rr276x-dkms
source = http://www.highpoint-tech.com/BIOS_Driver/RR276x/linux/RR276x_Linux_Src_v1.1.3_14_02_12.tar.gz
source = 0001-Remove-support-for-kernels-before-3.x.patch
source = 0002-Remove-__DATE__-and-__TIME__-macros.patch
diff --git a/PKGBUILD b/PKGBUILD
index b8e0f7e1135d..06b17726cb61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _realbase=RR276x
_realname=${_realbase}_Linux_Src
pkgver=1.1.3
_pkgsubver=14_02_12
-pkgrel=1
+pkgrel=2
pkgdesc="Kernel module for HighPoint RocketRAID 276x (2760/2760A) SAS/SATA HBA/RAID cards"
url="http://www.highpoint-tech.com/USA_new/series_rr276x-rr274x_configuration.htm"
arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@ license=('custom')
depends=('linux')
optdepends=()
makedepends=('linux-headers')
-conflicts=('$pkgname-dkms')
+conflicts=("$pkgname-dkms")
replaces=()
backup=()
install=$pkgname.install