summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManuel Coenen2016-07-09 19:33:12 +0200
committerManuel Coenen2016-07-09 19:33:12 +0200
commitb63c4f6624e5ab5b11e0421969c5b0618c4e40ff (patch)
treeecbc3e5501099bbf7f990c0270ce1da48e45a1c0 /PKGBUILD
parent37ee6e8878f9b6a976d1951f4e10f1e96b3885be (diff)
downloadaur-b63c4f6624e5ab5b11e0421969c5b0618c4e40ff.tar.gz
Extend provides/conflicts arrays
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa37a83a8618..53d33d2d4af0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase=c2_gpio
pkgname=c2_gpio-dkms-git
pkgver=r62.2bc8b52
-pkgrel=1
+pkgrel=2
pkgdesc="Linux GPIO C2 Bus Master Implementation"
arch=('any')
url="https://github.com/dimhoff/si4010prog"
@@ -11,8 +11,8 @@ depends=('dkms')
makedepends=('git'
'make'
'gcc')
-provides=("${pkgname%-git}")
-conflicts=("${_pkgbase}")
+provides=("${pkgname%-git}" "${_pkgbase}")
+conflicts=("${pkgname%-git}" "${_pkgbase}")
install=${pkgname}.install
source=("${pkgname}::git+git://github.com/dimhoff/si4010prog.git"
'dkms.conf'