summaryrefslogtreecommitdiff
path: root/community/simplescreenrecorder/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/simplescreenrecorder/PKGBUILD')
-rw-r--r--community/simplescreenrecorder/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/simplescreenrecorder/PKGBUILD b/community/simplescreenrecorder/PKGBUILD
index 49aa26559..58676420c 100644
--- a/community/simplescreenrecorder/PKGBUILD
+++ b/community/simplescreenrecorder/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 106080 2014-02-22 04:33:02Z kkeen $
+# $Id: PKGBUILD 106356 2014-02-28 23:38:25Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Maarten Baert
pkgname=simplescreenrecorder
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.2.1
+pkgrel=1
pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
arch=("i686" "x86_64")
url="http://www.maartenbaert.be/simplescreenrecorder/"
license=("GPL3")
-depends=("qt4" "ffmpeg" "ffmpeg-compat" "alsa-lib" "libpulse" "jack" "libgl" "glu" "libx11" "libxext" "libxfixes")
+depends=("qt4" "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu" "libx11" "libxext" "libxfixes")
optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit applications")
makedepends=("git")
-source=("git+https://github.com/MaartenBaert/ssr.git#tag=0.2.0")
+source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver")
md5sums=("SKIP")
options=("!libtool")