summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortytan6522022-09-06 16:21:09 +0200
committertytan6522022-09-06 16:21:09 +0200
commit155513c8eea65e0e48ef997a1ccb631a6b1a4d49 (patch)
tree40ef6e4489aabd77bb2efaaa5fb374e1a78a93d1 /PKGBUILD
parent53f3f8a83d0dbba7e0446bfd8212373cd8ecb6f6 (diff)
downloadaur-155513c8eea65e0e48ef997a1ccb631a6b1a4d49.tar.gz
build: Replace debug by disabling strip
CEF debug part put files all over the place
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77a8a9529233..8cee4770e57a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ DISTRIB_ID=`lsb_release --id | cut -f2 -d$'\t'`
pkgname=obs-studio-tytan652
pkgver=28.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Free and open source software for video recording and live streaming. With everything except service integrations. Plus V4L2 devices by paths, my bind interface PR, and sometimes backported fixes"
arch=("x86_64" "aarch64")
url="https://github.com/obsproject/obs-studio"
@@ -85,7 +85,7 @@ else
fi
provides=("obs-studio=$pkgver" "obs-vst" "obs-websocket")
conflicts=("obs-studio" "obs-vst" "obs-websocket")
-options=('debug')
+options=('!strip')
source=(
"obs-studio::git+https://github.com/obsproject/obs-studio.git#tag=$pkgver"
"obs-browser::git+https://github.com/obsproject/obs-browser.git"