summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke2016-04-26 18:59:02 +0200
committerRasmus Steinke2016-04-26 18:59:02 +0200
commitdc933880e37ecf107cdbd1aa910b7a325baad77d (patch)
tree7be0440892cced47a5b263f647cb442b2149e1be
parent06514c3accba2975c697094bddabd1d06faf0326 (diff)
downloadaur-dc933880e37ecf107cdbd1aa910b7a325baad77d.tar.gz
use imgurbash2 for uploads
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 363dcfcd249d..e18f72a0b4f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Apr 24 05:14:09 UTC 2016
+# Tue Apr 26 16:58:41 UTC 2016
pkgbase = teiler-git
pkgdesc = a simple screenshot/screencast tool written in bash
pkgver = 315.9834654
@@ -19,7 +19,7 @@ pkgbase = teiler-git
optdepends = fb-client: Upload to paste.xinu.at (or selfhosted filebin)
optdepends = openssh: Upload to SSH server
optdepends = copyq: Copy Images to Clipboard
- optdepends = imgur: Upload images to imgur.com
+ optdepends = imgurbash2: Upload images to imgur.com
optdepends = libnotify: Notifications
provides = teiler
conflicts = teiler
diff --git a/PKGBUILD b/PKGBUILD
index dbcc828ebc15..15ba7ca6f81f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ depends=('ffmpeg' 'maim' 'slop' 'xclip' 'xininfo-git' 'rofi' 'diffutils')
optdepends=('fb-client: Upload to paste.xinu.at (or selfhosted filebin)'
'openssh: Upload to SSH server'
'copyq: Copy Images to Clipboard'
- 'imgur: Upload images to imgur.com'
+ 'imgurbash2: Upload images to imgur.com'
'libnotify: Notifications')
options=(!strip)