summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Vidal2023-01-04 14:22:35 +0100
committerMarc Vidal2023-01-04 14:22:35 +0100
commit63ffc5310e60c33387f508e69b33d4d8d2c4fd46 (patch)
treef9841e5a8085b08de120e13dcdb2ab9b224c0abc
parent872d5f69afeddb6c6b71d4146445faa01d229440 (diff)
downloadaur-63ffc5310e60c33387f508e69b33d4d8d2c4fd46.tar.gz
Update to version 1.16.3
-rwxr-xr-x[-rw-r--r--].SRCINFO8
-rwxr-xr-x[-rw-r--r--]PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0441207bdf30..998dea319ac3 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = labrecorder
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.
- pkgver = 1.16.0
- pkgrel = 2
+ pkgver = 1.16.3
+ pkgrel = 1
url = https://github.com/sccn/liblsl/
arch = any
license = MIT
- makedepends = boost
+ makedepends = boost-libs
makedepends = cmake
makedepends = qt5-base
depends = liblsl
provides = labrecorder
conflicts = labrecorder
- source = labrecorder-1.16.0::git+https://github.com/labstreaminglayer/App-LabRecorder.git#tag=v1.16.0
+ source = labrecorder-1.16.3::git+https://github.com/labstreaminglayer/App-LabRecorder.git#tag=v1.16.3
md5sums = SKIP
pkgname = labrecorder
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}")