summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNate Levesque2017-05-22 20:45:19 -0400
committerNate Levesque2017-05-22 20:45:19 -0400
commita8bfdd8d0b42b93887c8b4b11bd9c44b5861850d (patch)
tree61cdf20f261302e4c7a7231f758811ddf3399956 /PKGBUILD
parentfe73679c3c24dbff3d79ebbe98dfb0c9cd654bf6 (diff)
downloadaur-a8bfdd8d0b42b93887c8b4b11bd9c44b5861850d.tar.gz
Add missing opt depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d229e6f36d2..7d01cbe9f708 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gscreenshot
pkgver=2.7.0
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="A GUI front-end for scrot"
arch=('any')
@@ -20,7 +20,9 @@ depends=("python"
"python-gobject")
makedepends=("fakeroot")
checkdepends=()
-optdepends=('slop: improved region and window selection')
+optdepends=('slop: improved region and window selection'
+ 'xclip: command line clipboard support'
+ 'xdg-utils: for opening screenshot files from gscreenshot')
provides=()
conflicts=()
replaces=()