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

Evangelos Foutras foutrelis at archlinux.org
Thu Feb 1 18:27:02 UTC 2018


    Date: Thursday, February 1, 2018 @ 18:27:01
  Author: foutrelis
Revision: 288521

upgpkg: simplescreenrecorder 0.3.9-4

Move qt5-tools to build-time dependencies.

Modified:
  simplescreenrecorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-01 18:16:40 UTC (rev 288520)
+++ PKGBUILD	2018-02-01 18:27:01 UTC (rev 288521)
@@ -4,7 +4,7 @@
 
 pkgname=simplescreenrecorder
 pkgver=0.3.9
-pkgrel=3
+pkgrel=4
 pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
 arch=("x86_64")
 url="http://www.maartenbaert.be/simplescreenrecorder/"
@@ -12,12 +12,12 @@
 # upstream reports crashes with Qt5, reverting FS#45104
 # trying qt5 again with 0.3.9-3
 #depends=("qt4"
-depends=("qt5-base" "qt5-x11extras" "qt5-tools"
+depends=("qt5-base" "qt5-x11extras"
     "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu"
     "libx11" "libxext" "libxfixes" "libxi"
     "desktop-file-utils" "gtk-update-icon-cache")
 optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit applications")
-makedepends=("git" "cmake")
+makedepends=("git" "cmake" "qt5-tools")
 source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver")
 md5sums=("SKIP")
 



More information about the arch-commits mailing list