diff options
author | tytan652 | 2022-02-04 11:41:57 +0100 |
---|---|---|
committer | tytan652 | 2022-02-04 11:41:57 +0100 |
commit | 9c3e986b3a15c9ec6ae88c72584b89cd767f3bb8 (patch) | |
tree | 3e185877491d1a8394eb19c62fb1470c9b7c4d73 /.SRCINFO | |
parent | 2d093e68c1ddc2d91a6b34944342163188368ed6 (diff) | |
download | aur-9c3e986b3a15c9ec6ae88c72584b89cd767f3bb8.tar.gz |
build: Enable debug symbol
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = obs-studio-tytan652 pkgdesc = Free and open source software for video recording and live streaming. With Browser dock and sources, VST 2 filter, FTL protocol, VLC sources, V4L2 devices by paths, my bind interface PR, and sometimes backported fixes. pkgver = 27.1.3 - pkgrel = 13 + pkgrel = 14 url = https://github.com/obsproject/obs-studio arch = i686 arch = x86_64 @@ -14,7 +14,7 @@ pkgbase = obs-studio-tytan652 makedepends = luajit makedepends = sndio makedepends = lsb-release - makedepends = cef-minimal-obs=87.1.14 + makedepends = cef-minimal-obs=87.1.14+ga29e9a3+chromium_87.0.4280.141_1 makedepends = python depends = jack depends = gtk-update-icon-cache @@ -51,6 +51,7 @@ pkgbase = obs-studio-tytan652 conflicts = obs-linuxbrowser conflicts = obs-browser conflicts = obs-vst + options = debug source = obs-studio::git+https://github.com/obsproject/obs-studio.git#tag=27.1.3 source = bind_iface.patch source = v4l2_by-path.patch |