diff options
| author | kj_sh604 | 2025-12-21 00:28:39 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-12-21 00:28:39 -0500 |
| commit | 624e6a23ccd3f803e1776680a4a0adecf8c3d5ce (patch) | |
| tree | 9f4508993610c926cf396e2a414c81df8eb6fac8 /archlinux/PKGBUILD | |
| parent | 152ec47aa09609eab0e93c44116841c96432bfef (diff) | |
refactor: grabc is broken on some distros
Diffstat (limited to 'archlinux/PKGBUILD')
| -rw-r--r-- | archlinux/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index da28996..247894d 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -6,8 +6,7 @@ arch=('x86_64') url="https://github.com/kj-sh604/kjagave" license=('GPL2') depends=('gtk3') -optdepends=('xcolor: for screen color picking' - 'grabc: alternative for screen color picking') +optdepends=('xcolor: for screen color picking') makedepends=('go' 'git') provides=('kjagave') conflicts=('kjagave') |
