summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp Schaffrath2019-06-05 00:11:03 +0200
committerPhilipp Schaffrath2019-06-05 00:11:03 +0200
commitf5bcabda1580706359593ab155972a04bc734fb5 (patch)
tree9a5162fae2cd4a734ead5996c598d6cb1c38093a /PKGBUILD
parent4720071111c32281b7650d771ca6b4d7bb5c6cae (diff)
downloadaur-f5bcabda1580706359593ab155972a04bc734fb5.tar.gz
removed grep and gawk dependencies, replaced xorg-xwininfo with xdotool optional dependency and removed gifski optional dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d5d5b89ca9bc..c86d76362f86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,10 @@ pkgdesc='gif recorder that records the desktop, a window or a selection'
url='https://github.com/phisch/giph'
license=('MIT')
arch=('any')
-depends=('bash' 'ffmpeg' 'grep' 'gawk')
+depends=('bash' 'ffmpeg')
optdepends=('slop: for interactive selection'
- 'xorg-xwininfo: for window or desktop recording'
- 'zenity: for a graphical user interface'
- 'gifski: if the gifs should be encoded with gifski instead of ffmpeg')
+ 'xdotool: for window or desktop recording'
+ 'zenity: for a graphical user interface')
makedepends=('git')
provides=('giph')
conflicts=('giph')