summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDave Shoreman2023-07-30 08:08:57 +0100
committerDave Shoreman2023-07-30 08:08:57 +0100
commitbc0605a4fe9701d163e913ecbb10887d51ec7c1a (patch)
treee107c5bc8f248ee2c84ffec6c61ee5c4b3a9da71 /PKGBUILD
parent99c524882840f5f50003be7e7b3d3fb0419fbb27 (diff)
downloadaur-bc0605a4fe9701d163e913ecbb10887d51ec7c1a.tar.gz
Added bc to optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a85e801f57de..b557c8a66e05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dave Shoreman <aur+nextshot at dsdev dot io>
pkgname=nextshot
pkgver=1.4.5
-pkgrel=2
+pkgrel=3
pkgdesc="A simple screenshot tool that uploads to Nextcloud and works with Sway and X11"
arch=('x86_64')
url="https://github.com/dshoreman/nextshot"
@@ -12,6 +12,7 @@ optdepends=(
"grim: take screenshots on Sway"
"slurp: area selection on Sway"
"wl-clipboard: clipboard support on Sway"
+ "bc: colour conversion on X11"
"imagemagick: take screenshots on X11"
"slop: window/area selection on X11"
"xclip: clipboard support on X11"