summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusberg2019-02-22 14:07:33 +0200
committerLusberg2019-02-22 14:07:33 +0200
commit1d737743401c1e71b3801c260b1de00a4056147c (patch)
treeed0718cde3ef4f58d28125d1e015ae91e4f18b04
parentd91fad0daa147bb8007daef9f61b3dc219287199 (diff)
downloadaur-1d737743401c1e71b3801c260b1de00a4056147c.tar.gz
Updated optional dependencies and conflicting packages
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79c32d45af27..e38d277a5dca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = bbswitch-mainline
license = GPL
makedepends = linux-mainline-headers>=5.0rc1-1
depends = linux-mainline>=5.0rc1-1
+ optdepends = bumblebee
+ conflicts = bbswitch
source = bbswitch-0.8.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v0.8.tar.gz
md5sums = 5b116b31ace3604ddf9d1fc1f4bc5807
diff --git a/PKGBUILD b/PKGBUILD
index c146c28aafe1..25cdc9306038 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,8 @@ url="http://github.com/Bumblebee-Project/bbswitch"
license=('GPL')
depends=('linux-mainline>=5.0rc1-1')
makedepends=('linux-mainline-headers>=5.0rc1-1')
+optdepends=('bumblebee')
+conflicts=('bbswitch')
_extramodules=extramodules-mainline
source=("${pkgorigin}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz")
md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')