summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122021-04-20 22:06:02 +0200
committerwillemw122021-04-20 22:06:02 +0200
commitde98e70d5410966db7b8e8f748cb14140c47edc5 (patch)
treeadc56d5d85cc77927e3203a7d21d7eb22728a4d4
parentb9758013b49a3e522ef5c92badb3687eaf57a48f (diff)
downloadaur-de98e70d5410966db7b8e8f748cb14140c47edc5.tar.gz
Add dbus-python
Edit description
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2523ae8d26b9..de8008ee460b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = daily-wallpaper-git
- pkgdesc = Change wallpaper automatically with the Photo of The Day of your loved source
- pkgver = r86.e2e3a12
+ pkgdesc = Change wallpaper automatically with the Photo of The Day of your favorite source
+ pkgver = r100.42041bf
pkgrel = 1
url = https://github.com/atareao/daily-wallpaper
arch = x86_64
license = MIT
makedepends = git
+ depends = dbus-python
depends = python-gobject
depends = python-lxml
depends = python-cssselect
diff --git a/PKGBUILD b/PKGBUILD
index 40e7aac65ed8..22f1b198182e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: willemw <willemw12@gmail.com>
pkgname=daily-wallpaper-git
-pkgver=r86.e2e3a12
+pkgver=r100.42041bf
pkgrel=1
-pkgdesc="Change wallpaper automatically with the Photo of The Day of your loved source"
+pkgdesc="Change wallpaper automatically with the Photo of The Day of your favorite source"
arch=('x86_64')
url="https://github.com/atareao/daily-wallpaper"
license=('MIT')
-depends=('python-gobject' 'python-lxml' 'python-cssselect' 'python-requests' 'python-crontab' 'python-plumbum' 'gtk3' 'libnotify')
+depends=('dbus-python' 'python-gobject' 'python-lxml' 'python-cssselect' 'python-requests' 'python-crontab' 'python-plumbum' 'gtk3' 'libnotify')
optdepends=('cron: automatic download')
makedepends=('git')
provides=("${pkgname%-git}")