[arch-commits] Commit in simplescreenrecorder/trunk (PKGBUILD)

Kyle Keen kkeen at nymeria.archlinux.org
Fri Jul 4 15:20:45 UTC 2014


    Date: Friday, July 4, 2014 @ 17:20:45
  Author: kkeen
Revision: 114884

upgpkg: simplescreenrecorder 0.3.0-1

Modified:
  simplescreenrecorder/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-04 15:20:39 UTC (rev 114883)
+++ PKGBUILD	2014-07-04 15:20:45 UTC (rev 114884)
@@ -3,13 +3,13 @@
 # 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 @@
 }
 package() {
   cd ssr
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list