summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hinshaw2019-06-06 21:44:05 -0400
committerCorey Hinshaw2019-06-06 21:44:05 -0400
commita09411d748bcf67d40b79c6dff0978982239c092 (patch)
tree0bf91a07bf71e129a82dca46e020695091b6900a
parent3b8e72273db76a7a983bfbe1dac0218cc64f7042 (diff)
downloadaur-a09411d748bcf67d40b79c6dff0978982239c092.tar.gz
Move system76-io-dkms to optdepends
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3814bdd2a20..db6180610a2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = system76-driver
pkgdesc = System76 Driver provides drivers, restore, and regression support for System76 computers
pkgver = 19.04.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pop-os/system76-driver
install = system76-driver.install
arch = any
@@ -17,13 +17,13 @@ pkgbase = system76-driver
depends = dmidecode
depends = at
depends = system76-dkms
- depends = system76-io-dkms
depends = system76-firmware-daemon
- optdepends = pm-utils: For power management features
- optdepends = gtk3: To launch System76 driver and firmware GUI
optdepends = grub: To apply kernel boot time parameters
+ optdepends = gtk3: To launch System76 driver and firmware GUI
+ optdepends = pm-utils: For power management features
optdepends = polkit: Run System76 Driver GUI from application menu
optdepends = pulseaudio: To apply microphone fix
+ optdepends = system76-io-dkms: Enable System76 I/O daughterboard
optdepends = xorg-xhost: To enable GUI applications on Wayland
optdepends = xorg-xbacklight: To use the backlight service
source = https://github.com/pop-os/system76-driver/archive/19.04.8.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 48b6b14b7e19..38a433885b66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=system76-driver
pkgver=19.04.8
-pkgrel=1
+pkgrel=2
pkgdesc="System76 Driver provides drivers, restore, and regression support for System76 computers"
arch=('any')
url="https://github.com/pop-os/system76-driver"
@@ -21,16 +21,16 @@ depends=(
'dmidecode'
'at'
'system76-dkms'
- 'system76-io-dkms'
'system76-firmware-daemon')
makepdepends=(
'python-pyflakes')
optdepends=(
- 'pm-utils: For power management features'
- 'gtk3: To launch System76 driver and firmware GUI'
'grub: To apply kernel boot time parameters'
+ 'gtk3: To launch System76 driver and firmware GUI'
+ 'pm-utils: For power management features'
'polkit: Run System76 Driver GUI from application menu'
'pulseaudio: To apply microphone fix'
+ 'system76-io-dkms: Enable System76 I/O daughterboard'
'xorg-xhost: To enable GUI applications on Wayland'
'xorg-xbacklight: To use the backlight service')
source=(