summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDāvis2015-07-01 09:18:27 +0300
committerDāvis2015-07-01 09:18:27 +0300
commit4fc95d80f68bc68076e1f5e576a752b4c3b6e79a (patch)
tree8119d11668b02cf0c33c35d81e9c2efcd4578c69 /PKGBUILD
parent40ae9ce77f3c347d5f90cee6c2ca9f26a2784330 (diff)
downloadaur-4fc95d80f68bc68076e1f5e576a752b4c3b6e79a.tar.gz
Fix 'conflicts' variable
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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