summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke2015-06-14 21:37:22 +0200
committerRasmus Steinke2015-06-14 21:37:22 +0200
commit1786b6e32f453238fec345b908a50d4de40dcf72 (patch)
treebd9b91fe3b297c0b8894ae1122375e86139319f1
parentf74b29b530d1919fa1d393588efdad868df6cebd (diff)
downloadaur-1786b6e32f453238fec345b908a50d4de40dcf72.tar.gz
Updated dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7e31575534f..241a5fc29d82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,11 +13,10 @@ pkgbase = teiler-git
depends = xclip
depends = xininfo-git
depends = dzen2-xft-xpm-xinerama-git
+ depends = rofi
optdepends = fb-client: Upload to paste.xinu.at (or selfhosted filebin)
optdepends = openssh: Upload to SSH server
optdepends = imgur: Upload images to imgur.com
- optdepends = dmenu2: Backend for teiler
- optdepends = rofi-git: Alternative backend for teiler
provides = teiler
conflicts = teiler
options = !strip
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"