PKGBUILD: depend on python-daemon
This commit is contained in:
parent
0804292610
commit
8d75711e85
2
PKGBUILD
2
PKGBUILD
@ -6,7 +6,7 @@ pkgdesc="An rsync-based tool for backing up files"
|
|||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/etorres4/rbackup"
|
url="https://github.com/etorres4/rbackup"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=(python rsync)
|
depends=(python python-daemon rsync)
|
||||||
makedepends=(python-sphinx python-setuptools)
|
makedepends=(python-sphinx python-setuptools)
|
||||||
checkdepends=(python-hypothesis python-pytest)
|
checkdepends=(python-hypothesis python-pytest)
|
||||||
backup=(etc/$pkgname/backup.conf
|
backup=(etc/$pkgname/backup.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user