summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Wolfer2017-11-22 08:44:22 +0100
committerPhilipp Wolfer2017-11-22 08:44:22 +0100
commita0c81aa0b1e869e5375ab1925721c033bb6f7f66 (patch)
treeb7c87530e8347e7a5146ed25080c1e231bf60d80
parent10c8e7add914ca5a45624f95951beff87418d171 (diff)
downloadaur-a0c81aa0b1e869e5375ab1925721c033bb6f7f66.tar.gz
Remove ImageMagick from optdepends.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 630524fb6092..773cd59220c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Nov 16 09:47:53 UTC 2017
+# Wed Nov 22 07:44:22 UTC 2017
pkgbase = peek-git
pkgdesc = Simple screen recorder with an easy to use interface (latest development release)
- pkgver = 1.1.0.r180.g3787013
+ pkgver = 1.1.0.r253.g11dfd12
pkgrel = 1
url = https://github.com/phw/peek
arch = i686
@@ -19,8 +19,7 @@ pkgbase = peek-git
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
- provides = peek=1.1.0.r180.g3787013
+ provides = peek=1.1.0.r253.g11dfd12
conflicts = peek
source = git+https://github.com/phw/peek.git
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2259dba2c87d..c5cba148dc3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Wolfer <ph.wolfer@gmail.com>
_pkgname=peek
pkgname=${_pkgname}-git
-pkgver=1.1.0.r180.g3787013
+pkgver=1.1.0.r253.g11dfd12
pkgrel=1
pkgdesc="Simple screen recorder with an easy to use interface (latest development release)"
arch=('i686' 'x86_64')
@@ -15,7 +15,6 @@ 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'
)
source=(git+https://github.com/phw/${_pkgname}.git)
sha1sums=('SKIP')