summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbenklett2015-07-12 01:04:59 +0200
committerbenklett2015-07-12 01:04:59 +0200
commit3e90038534e770d212b0d3df98e9405a6caa636b (patch)
tree5660be472242f559467c8200603bc6a49df5823a
parentffedac3f70364e224a042cf904b9f7ad1af829b1 (diff)
downloadaur-3e90038534e770d212b0d3df98e9405a6caa636b.tar.gz
Add curl as dependency and bump to pkgrel 2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f70a17448b99..bfbbde48851a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obs-studio-git
pkgdesc = Free and open source software for video recording and live streaming.
pkgver = 0.11.1.r0.g1efb849
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jp9000/obs-studio
arch = i686
arch = x86_64
@@ -16,6 +16,7 @@ pkgbase = obs-studio-git
depends = libxinerama
depends = libxkbcommon-x11
depends = qt5-x11extras
+ depends = curl
optdepends = libfdk-aac: FDK AAC codec support
optdepends = libxcomposite: XComposite capture support
provides = obs-studio
diff --git a/PKGBUILD b/PKGBUILD
index e74c5a6042ee..2294a102936e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=obs-studio-git
_pkgname=obs-studio
pkgver=0.11.1.r0.g1efb849
-pkgrel=1
+pkgrel=2
pkgdesc="Free and open source software for video recording and live streaming."
arch=('i686' 'x86_64')
url="https://github.com/jp9000/obs-studio"
license=('GPL2')
-depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11' 'qt5-x11extras')
+depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11' 'qt5-x11extras' 'curl')
makedepends=('cmake' 'git' 'libfdk-aac' 'libxcomposite' 'x264')
optdepends=('libfdk-aac: FDK AAC codec support'
'libxcomposite: XComposite capture support')