summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDeckweiss2023-02-27 03:45:20 +0100
committerDeckweiss2023-02-27 03:45:20 +0100
commit80bb9d8063878b15ad21da52ed71987a5109c3a2 (patch)
treee732f8d8da42ea9667feb40c109fd5362eded7ea /PKGBUILD
parent2ac08aa1e1cd392e3b1d3093ebd4786d8d9f1735 (diff)
downloadaur-80bb9d8063878b15ad21da52ed71987a5109c3a2.tar.gz
Added description for optional dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc8d14795f1b..1fd66d2bbc72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name="arttime"
pkgname="${_name}-git"
pkgver=2.0.0.r454
-pkgrel=7
+pkgrel=8
pkgdesc="arttime is a clock, timer, time manager and text-art viewer for the terminal (https://github.com/poetaman/arttime/wiki)"
arch=('any')
url="https://github.com/poetaman/${_name}"
@@ -12,8 +12,8 @@ depends=(
'zsh>=5.8'
)
optdepends=('libnotify: for desktop notifications'
- 'diffutils: Description of optional dependency 2'
- 'vorbis-tools: Description of optional dependency 3')
+ 'diffutils: for systems where /etc/localtime is not a symlink and arttime needs to guess the timezone'
+ 'vorbis-tools: for sounds in case user has not installed pulseaudio or pipwire')
conflicts=(${_name})
provides=(${_name})
source=("git+https://github.com/poetaman/$_name.git")