mirror of
https://github.com/archlinux/aur.git
synced 2026-02-06 20:12:25 +01:00
move dbus to optional deps.
This commit is contained in:
parent
c93e3219f1
commit
c13da3f7c5
2 changed files with 4 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -50,10 +50,10 @@ pkgname = asf-plugin-signinwithsteam
|
|||
pkgname = asf
|
||||
pkgdesc = Steam cards farmer.
|
||||
depends = aspnet-runtime>=10
|
||||
depends = dbus
|
||||
optdepends = asf-ui: standalone web interface for ASF
|
||||
optdepends = asf-plugin-itemsmatcher
|
||||
optdepends = asf-plugin-mobileauthenticator
|
||||
optdepends = asf-plugin-steamtokendumper
|
||||
optdepends = dbus: prevent suspend while farming
|
||||
backup = var/lib/asf/config/ASF.json
|
||||
backup = usr/lib/asf/NLog.config
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -111,11 +111,12 @@ package_asf-plugin-signinwithsteam() {
|
|||
|
||||
package_asf() {
|
||||
pkgdesc="Steam cards farmer."
|
||||
depends=('aspnet-runtime>=10' 'dbus')
|
||||
depends=('aspnet-runtime>=10')
|
||||
optdepends=('asf-ui: standalone web interface for ASF'
|
||||
'asf-plugin-itemsmatcher'
|
||||
'asf-plugin-mobileauthenticator'
|
||||
'asf-plugin-steamtokendumper')
|
||||
'asf-plugin-steamtokendumper'
|
||||
'dbus: prevent suspend while farming')
|
||||
backup=('var/lib/asf/config/ASF.json' 'usr/lib/asf/NLog.config')
|
||||
|
||||
cd asf/out/result
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue