summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2023-04-10 20:34:55 +0200
committerÉtienne Deparis2023-04-10 20:34:55 +0200
commitfb565c93ea3c1f637580ccf41d9d24912f2cbe3b (patch)
treecbfaf562aa904e11f2e0da08d86ae88408deccf3
parent8b48b9338ae8b68d5b6b4a78f102bfc8513628e6 (diff)
downloadaur-fb565c93ea3c1f637580ccf41d9d24912f2cbe3b.tar.gz
Fix optional dependencies list
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7463c551449..02a1476271ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = chwall
pkgdesc = A tiny wallpaper changer, written in python
pkgver = 0.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://git.umaneti.net/chwall/about/
arch = any
license = custom:WTFPL
@@ -21,10 +21,10 @@ pkgbase = chwall
depends = python-setuptools
depends = python-xdg
depends = python-yaml
- optdepends = imagemagick: to extract wallpaper size in nitrogen mode
+ optdepends = imagemagick: to extract wallpaper size when using feh
optdepends = libnotify: to send notification when wallpaper change
- optdepends = nitrogen: to apply wallpaper on independant desktop manager
- optdepends = xorg-xrandr: to extract screen config in nitrogen mode
+ optdepends = feh: to apply wallpaper on independant desktop manager
+ optdepends = xorg-xrandr: to extract screen config when using feh
source = https://git.umaneti.net/chwall/snapshot/chwall-0.6.0.tar.gz
sha256sums = 39b6121a30fce6d44bf638910b25de003b6d7b97ed48c6aad068ecdae2802347
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')