summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3eb7025ebbef..208be9986f6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ arch=('any')
url="https://git.sr.ht/~ark/atomizer"
license=('MIT')
groups=()
-depends=(python python-colorama python-pyperclip)
+optdepends=(python-colorama)
+depends=(python python-pyperclip)
makedepends=(git scdoc)
provides=(atomizer)
conflicts=(atomizer)