summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormvidaldp2021-01-11 19:55:55 +0100
committermvidaldp2021-01-11 19:55:55 +0100
commitdfe8c799a4448647b7c201f374b266a0a655f58f (patch)
tree930c35ebaed71f64e366514df032fc3c5a4cbf14
parent46de1daf8ebc07be750cf187761e1ea9f162437f (diff)
downloadaur-dfe8c799a4448647b7c201f374b266a0a655f58f.tar.gz
Fix syntax
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86560e1e5f84..66bb4a1c8039 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,7 @@ conflicts=("${pkgname}-git")
source=("${pkgname}-${_pkgver}::git+ssh://git@github.com/sccn/liblsl.git#tag=${pkgver}")
md5sums=('SKIP')
+
build() {
cmake \
-B "${pkgname}-${_pkgver}/build" \