diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | archlinux/.SRCINFO | 1 | ||||
| -rw-r--r-- | archlinux/PKGBUILD | 3 |
3 files changed, 2 insertions, 4 deletions
| @@ -19,7 +19,7 @@ a color picker inspired by agave, but only with the features I actually used | |||
| 19 | 19 | ||
| 20 | - go 1.21 or higher | 20 | - go 1.21 or higher |
| 21 | - gtk3 development libraries | 21 | - gtk3 development libraries |
| 22 | - `xcolor` or `grabc` for screen color picking | 22 | - `xcolor` |
| 23 | 23 | ||
| 24 | ## installation | 24 | ## installation |
| 25 | 25 | ||
diff --git a/archlinux/.SRCINFO b/archlinux/.SRCINFO index 1e0a3e1..ca27a0f 100644 --- a/archlinux/.SRCINFO +++ b/archlinux/.SRCINFO | |||
| @@ -9,7 +9,6 @@ pkgbase = kjagave-git | |||
| 9 | makedepends = git | 9 | makedepends = git |
| 10 | depends = gtk3 | 10 | depends = gtk3 |
| 11 | optdepends = xcolor: for screen color picking | 11 | optdepends = xcolor: for screen color picking |
| 12 | optdepends = grabc: alternative for screen color picking | ||
| 13 | provides = kjagave | 12 | provides = kjagave |
| 14 | conflicts = kjagave | 13 | conflicts = kjagave |
| 15 | source = git+https://github.com/kj-sh604/kjagave.git | 14 | source = git+https://github.com/kj-sh604/kjagave.git |
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') | |||
| 6 | url="https://github.com/kj-sh604/kjagave" | 6 | url="https://github.com/kj-sh604/kjagave" |
| 7 | license=('GPL2') | 7 | license=('GPL2') |
| 8 | depends=('gtk3') | 8 | depends=('gtk3') |
| 9 | optdepends=('xcolor: for screen color picking' | 9 | optdepends=('xcolor: for screen color picking') |
| 10 | 'grabc: alternative for screen color picking') | ||
| 11 | makedepends=('go' 'git') | 10 | makedepends=('go' 'git') |
| 12 | provides=('kjagave') | 11 | provides=('kjagave') |
| 13 | conflicts=('kjagave') | 12 | conflicts=('kjagave') |
