Remove broken desktop notifications

This commit is contained in:
2023-05-05 19:23:21 +02:00
parent fe2d66c24c
commit 631ffa85d3
3 changed files with 11 additions and 28 deletions

View File

@ -10,15 +10,14 @@ arch=('any')
url="https://github.com/Fuxino/simple_backup.git"
license=('GPL3')
makedepends=('git'
'python-setuptools'
'python-build'
'python-installer'
'python-wheel')
'python-setuptools'
'python-build'
'python-installer'
'python-wheel')
depends=('python'
'rsync'
'python-dotenv'
'python-dbus'
'python-systemd')
'python-dotenv')
optdepends=('python-systemd: use systemd log')
install=${pkgname}.install
source=(git+https://github.com/Fuxino/${pkgname}.git)
sha256sums=('SKIP')