summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5cdbf67769c1..800444a9095e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Wolfer <ph.wolfer@gmail.com>
_pkgname=peek
-pkgname=peek-git
-pkgver=1.1.0.r40.g0fd4f20
+pkgname=${_pkgname}-git
+pkgver=1.1.0.r50.gcb2a032
pkgrel=1
pkgdesc="Simple screen recorder with an easy to use interface (latest development release)"
arch=('i686' 'x86_64')
@@ -14,6 +14,7 @@ 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'
)
source=(git+https://github.com/phw/${_pkgname}.git)