summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24723dbaad04..5d6b4de265f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=chwall
pkgver=0.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="A tiny wallpaper changer, written in python"
arch=("any")
url="https://git.umaneti.net/chwall/about/"
@@ -12,10 +12,10 @@ depends=("gdk-pixbuf2" "gobject-introspection-runtime" "gtk3"
"python-pillow" "python-requests" "python-setuptools" "python-xdg"
"python-yaml")
makedepends=("imagemagick")
-optdepends=('imagemagick: to extract wallpaper size in nitrogen mode'
+optdepends=('imagemagick: to extract wallpaper size when using feh'
'libnotify: to send notification when wallpaper change'
- 'nitrogen: to apply wallpaper on independant desktop manager'
- 'xorg-xrandr: to extract screen config in nitrogen mode')
+ 'feh: to apply wallpaper on independant desktop manager'
+ 'xorg-xrandr: to extract screen config when using feh')
source=("https://git.umaneti.net/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz")
sha256sums=('39b6121a30fce6d44bf638910b25de003b6d7b97ed48c6aad068ecdae2802347')