summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRasmus Steinke2015-06-14 21:37:22 +0200
committerRasmus Steinke2015-06-14 21:37:22 +0200
commit1786b6e32f453238fec345b908a50d4de40dcf72 (patch)
treebd9b91fe3b297c0b8894ae1122375e86139319f1 /PKGBUILD
parentf74b29b530d1919fa1d393588efdad868df6cebd (diff)
downloadaur-1786b6e32f453238fec345b908a50d4de40dcf72.tar.gz
Updated dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a4dcb62fb97..0a1c1508fa97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,12 +11,10 @@ pkgdesc="a simple screenshot/screencast tool written in bash"
arch=('any')
url='https://github.com/carnager/teiler'
license=('GPL')
-depends=('ffmpeg' 'maim' 'slop' 'xclip' 'xininfo-git' 'dzen2-xft-xpm-xinerama-git')
+depends=('ffmpeg' 'maim' 'slop' 'xclip' 'xininfo-git' 'dzen2-xft-xpm-xinerama-git' 'rofi')
optdepends=('fb-client: Upload to paste.xinu.at (or selfhosted filebin)'
'openssh: Upload to SSH server'
- 'imgur: Upload images to imgur.com'
- 'dmenu2: Backend for teiler'
- 'rofi-git: Alternative backend for teiler')
+ 'imgur: Upload images to imgur.com')
options=(!strip)
install="teiler.install"