summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbenklett2018-01-31 10:45:00 +0100
committerbenklett2018-01-31 10:45:00 +0100
commit56dfcc46d55cd662eb18d3ab3395e07ddba01073 (patch)
treef02ae1cca65f45432ee242f257521940e866b1e6 /PKGBUILD
parenteb375fcbbde12307cfbddcac8ed133a1c3770b00 (diff)
downloadaur-56dfcc46d55cd662eb18d3ab3395e07ddba01073.tar.gz
Remove cmake workaround for luajit
I cannot reproduce the build error anymore. That's why I removed the luajit wokaround.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ba33c86ec44..ad607305d0f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: ledti <antergist at gmail dot com>
pkgname=obs-studio-git
-pkgver=21.0.2.r0.g6ed55995
+pkgver=21.0.2.r12.gc87597f7
pkgrel=1
pkgdesc="Free and open source software for video recording and live streaming."
arch=("i686" "x86_64")
@@ -26,6 +26,7 @@ conflicts=("obs-studio")
source=("$pkgname::git+https://github.com/jp9000/obs-studio.git#branch=master"
"git+https://github.com/Mixer/ftl-sdk.git")
md5sums=("SKIP" "SKIP")
+options=(!ccache)
pkgver() {
cd $pkgname
@@ -45,7 +46,6 @@ build() {
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DLUAJIT_INCLUDE_DIR=/usr/include/luajit-2.0 \
-DOBS_VERSION_OVERRIDE=$pkgver ..
make