diff options
author | Photon89 | 2017-03-07 17:33:54 +0100 |
---|---|---|
committer | Photon89 | 2017-03-07 17:33:54 +0100 |
commit | 2e67c568f928c800529fc2203729a607ed4a7a56 (patch) | |
tree | b78711f3e5c48e9e666e2f8794a0fde8b2071eaa | |
parent | 590a4ed9ed9d9f56087adc7050c3a113144a4293 (diff) | |
download | aur-2e67c568f928c800529fc2203729a607ed4a7a56.tar.gz |
Fixed xorg dependency
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ pkgbase = logsgui-git depends = python-sh depends = xdg-utils optdepends = inxi: Show system information - optdepends = xorg: Show Xorg log + optdepends = xorg-server: Show Xorg log optdepends = systemd: Show systemd log optdepends = mhwd: Show driver information using mhwd from Manjaro Linux source = git+https://github.com/AlManja/logs.py.git @@ -7,7 +7,7 @@ pkgrel=1 depends=('python-pyqt4' 'python-sh' 'xdg-utils') optdepends=('inxi: Show system information' - 'xorg: Show Xorg log' + 'xorg-server: Show Xorg log' 'systemd: Show systemd log' 'mhwd: Show driver information using mhwd from Manjaro Linux' ) makedepends=('git') |