summaryrefslogtreecommitdiff
path: root/community/simplescreenrecorder/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/simplescreenrecorder/PKGBUILD')
-rw-r--r--community/simplescreenrecorder/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/simplescreenrecorder/PKGBUILD b/community/simplescreenrecorder/PKGBUILD
index 56cd0c2d3..9f3f41616 100644
--- a/community/simplescreenrecorder/PKGBUILD
+++ b/community/simplescreenrecorder/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 106433 2014-03-03 02:44:00Z kkeen $
+# $Id: PKGBUILD 114886 2014-07-04 15:21:06Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Maarten Baert
pkgname=simplescreenrecorder
-pkgver=0.2.2
+pkgver=0.3.0
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" "alsa-lib" "libpulse" "jack" "libgl" "glu" "libx11" "libxext" "libxfixes")
+depends=("qt4" "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu" "libx11" "libxext" "libxfixes" "libxi")
optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit applications")
makedepends=("git")
source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver")
@@ -25,5 +25,5 @@ build() {
}
package() {
cd ssr
- make DESTDIR="${pkgdir}" install
+ make DESTDIR="$pkgdir" install
}