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

Jonathan Steel jsteel at archlinux.org
Sat Mar 5 19:18:22 UTC 2016


    Date: Saturday, March 5, 2016 @ 20:18:22
  Author: jsteel
Revision: 165164

upgpkg: obs-studio 0.13.2-3

Enable jack plugin (missing dep)

Modified:
  obs-studio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-05 17:20:34 UTC (rev 165163)
+++ PKGBUILD	2016-03-05 19:18:22 UTC (rev 165164)
@@ -3,18 +3,18 @@
 
 pkgname=obs-studio
 pkgver=0.13.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Free, open source software for live streaming and recording"
 arch=('i686' 'x86_64')
 url="https://obsproject.com"
 license=('GPL2')
 depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11'
-         'qt5-x11extras' 'curl' 'hicolor-icon-theme')
+         'qt5-x11extras' 'curl' 'hicolor-icon-theme' 'jack')
 makedepends=('cmake' 'libfdk-aac' 'libxcomposite' 'x264')
 optdepends=('libfdk-aac: FDK AAC codec support'
             'libxcomposite: XComposite capture support')
 install=$pkgname.install
-source=(https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
+source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
 md5sums=('466208339f3b60905345f262b4e7e37b')
 
 build() {



More information about the arch-commits mailing list