summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Wolfer2017-11-03 11:16:30 +0100
committerPhilipp Wolfer2017-11-03 11:16:30 +0100
commitd7d0e477446acb998325af215ad0c387ecda1ab4 (patch)
treeeb14681a11cdd8e12934959f4c5b055e2a120d8b
parent304027c4133712163836a28785cc4b6eb7f16541 (diff)
downloadaur-d7d0e477446acb998325af215ad0c387ecda1ab4.tar.gz
Fixed optdepend list
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8f640ef42ae..9eb63c753cd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Nov 3 10:13:03 UTC 2017
+# Fri Nov 3 10:16:30 UTC 2017
pkgbase = peek-git
pkgdesc = Simple screen recorder with an easy to use interface (latest development release)
pkgver = 1.1.0.r50.gcb2a032
@@ -16,9 +16,9 @@ pkgbase = peek-git
depends = libkeybinder3
depends = ffmpeg
optdepends = gst-plugins-good: WebM output under Gnome Shell
- optdepends = gst-plugins-ugly: MP4 output under Gnome Shell,
- optdepends = gifski: High quality GIF animations with thousands of colors,
- optdepends = imagemagick: Use ImageMagick instead of Ffmpeg for GIF creation
+ optdepends = gst-plugins-ugly: MP4 output under Gnome Shell
+ optdepends = gifski: High quality GIF animations with thousands of colors
+ optdepends = imagemagick: Use ImageMagick instead of FFmpeg for GIF creation
provides = peek=1.1.0.r50.gcb2a032
conflicts = peek
source = git+https://github.com/phw/peek.git
diff --git a/PKGBUILD b/PKGBUILD
index 800444a9095e..b25f5076e306 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,9 +13,9 @@ depends=(gtk3 libkeybinder3 ffmpeg)
makedepends=(cmake vala gettext txt2man)
optdepends=(
'gst-plugins-good: WebM output under Gnome Shell'
- 'gst-plugins-ugly: MP4 output under Gnome Shell',
- 'gifski: High quality GIF animations with thousands of colors',
- 'imagemagick: Use ImageMagick instead of Ffmpeg for GIF creation'
+ 'gst-plugins-ugly: MP4 output under Gnome Shell'
+ 'gifski: High quality GIF animations with thousands of colors'
+ 'imagemagick: Use ImageMagick instead of FFmpeg for GIF creation'
)
source=(git+https://github.com/phw/${_pkgname}.git)
sha1sums=('SKIP')