summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x[-rw-r--r--]PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f8cd73b56df..786382b8914b 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Marc Vidal <mvidaldp@gmail.com>
pkgname=labrecorder
-pkgver=1.16.0
+pkgver=1.16.3
_pkgver="v${pkgver}"
-pkgrel=2
+pkgrel=1
pkgdesc='Default LSL (LabStreamingLayer) recording program (stable release). It allows to record all streams on the lab network (or a subset) into a single file, with time synchronization between streams.'
arch=('any')
url='https://github.com/sccn/liblsl/'
license=('MIT')
depends=('liblsl')
-makedepends=('boost' 'cmake' 'qt5-base')
+makedepends=('boost-libs' 'cmake' 'qt5-base')
provides=("${pkgname}")
conflicts=("${pkgname}")
source=("${pkgname}-${pkgver}::git+https://github.com/labstreaminglayer/App-LabRecorder.git#tag=${_pkgver}")