summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDeckweiss2023-02-27 03:35:57 +0100
committerDeckweiss2023-02-27 03:35:57 +0100
commit2ac08aa1e1cd392e3b1d3093ebd4786d8d9f1735 (patch)
tree6133f99c6b6e73d1620eb34a3e70625933e2a1c5 /PKGBUILD
parentf9900d7e0f16a29c5c49cd5524c7ab065926b29d (diff)
downloadaur-2ac08aa1e1cd392e3b1d3093ebd4786d8d9f1735.tar.gz
Added optional dependencies and improved description
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57268845d87d..dc8d14795f1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
_name="arttime"
pkgname="${_name}-git"
pkgver=2.0.0.r454
-pkgrel=6
-pkgdesc="Arttime brings curated text-art to otherwise artless terminal emulators of starving developers and other users who can use terminal."
+pkgrel=7
+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}"
license=('GPLv3')
depends=(
- 'zsh'
-)
-makedepends=(
- 'zsh'
+ 'zsh>=5.8'
)
+optdepends=('libnotify: for desktop notifications'
+ 'diffutils: Description of optional dependency 2'
+ 'vorbis-tools: Description of optional dependency 3')
conflicts=(${_name})
provides=(${_name})
source=("git+https://github.com/poetaman/$_name.git")