Add curl as dependency and bump to pkgrel 2

This commit is contained in:
benklett 2015-07-12 01:04:59 +02:00
parent ffedac3f70
commit 3e90038534
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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')